blob: c5ea1ccc1322295280e2f774cee76eae3c851851 (
plain)
1
2
3
4
5
6
7
8
|
class bind::master inherits bind {
Tld_redirections::Domain <<| |>>
$managed_tlds = list_exported_ressources('Tld_redirections::Domain')
File['/var/lib/named/etc/named.conf'] {
content => template('bind/named_base.conf', 'bind/named_master.conf'),
}
}
|