aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/manifests/slave.pp
blob: e446b57a52163016ccd125cfd8eb9470d65b6f40 (plain)
1
2
3
4
5
6
class bind::slave inherits bind {
    $managed_tlds = list_exported_ressources('Tld_redirections::Domain')
    File['/var/lib/named/etc/named.conf'] {
        content => template('bind/named_base.conf', 'bind/named_slave.conf'),
    }
}