aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bind/manifests/init.pp')
-rw-r--r--modules/bind/manifests/init.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/bind/manifests/init.pp b/modules/bind/manifests/init.pp
index 585c04fb..7bc7a8f0 100644
--- a/modules/bind/manifests/init.pp
+++ b/modules/bind/manifests/init.pp
@@ -19,7 +19,6 @@ class bind {
}
}
-
file { '/var/lib/named/etc/named.conf':
ensure => present,
owner => root,
@@ -63,12 +62,16 @@ class bind {
class bind_master inherits bind_base {
+ 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"),
}
}
class bind_slave inherits bind_base {
+ $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"),
}