~ubuntu-branches/ubuntu/raring/maas/raring-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include "{{named_rndc_conf_path}}";

# Zone declarations.
{{for zone in zones}}
zone "{{zone.zone_name}}" {
    type master;
    file "{{zone.target_path}}";
};
{{endfor}}

# Reverse zone declarations.
{{for zone in zones}}
zone "{{zone.reverse_zone_name}}" {
    type master;
    file "{{zone.target_reverse_path}}";
};
{{endfor}}