aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/bind/manifests/master.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/bind/manifests/master.pp b/modules/bind/manifests/master.pp
index fa448997..a82d4757 100644
--- a/modules/bind/manifests/master.pp
+++ b/modules/bind/manifests/master.pp
@@ -7,6 +7,10 @@ class bind::master inherits bind {
ensure => directory
}
+ file { "/var/lib/named/var/named/reverse":
+ ensure => directory
+ }
+
File['/var/lib/named/etc/named.conf'] {
content => template('bind/named_base.conf', 'bind/named_master.conf'),
}