/etc/maas/templates/dns/named.conf.template is in maas-region-controller-min 1.5+bzr2252-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | include "{{named_rndc_conf_path}}";
# Zone declarations.
{{for zone in zones}}
zone "{{zone.zone_name}}" {
type master;
file "{{zone.target_path}}";
};
{{endfor}}
|