aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-10-27 15:20:29 +0000
committerMichael Scherer <misc@mageia.org>2010-10-27 15:20:29 +0000
commit16f7276630addb248f74bf5b983a1a6b9a5e64b0 (patch)
treead7fc443973450214cb0b78a29862f8d7fe71c47 /modules/bind
parenta886bd8143a35b7a4cc90f4d7ac48e9a0b6f8158 (diff)
downloadpuppet-16f7276630addb248f74bf5b983a1a6b9a5e64b0.tar
puppet-16f7276630addb248f74bf5b983a1a6b9a5e64b0.tar.gz
puppet-16f7276630addb248f74bf5b983a1a6b9a5e64b0.tar.bz2
puppet-16f7276630addb248f74bf5b983a1a6b9a5e64b0.tar.xz
puppet-16f7276630addb248f74bf5b983a1a6b9a5e64b0.zip
- fix the filename here too
Diffstat (limited to 'modules/bind')
-rw-r--r--modules/bind/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bind/manifests/init.pp b/modules/bind/manifests/init.pp
index 3f61a451..60ef7a04 100644
--- a/modules/bind/manifests/init.pp
+++ b/modules/bind/manifests/init.pp
@@ -42,13 +42,13 @@ class bind {
}
class bind_master inherits bind_base {
- file { '/etc/named.conf':
+ file { '/var/lib/named/etc/named.conf':
content => template("bind/named_base.conf", "bind/named_master.conf"),
}
}
class bind_slave inherits bind_base {
- file { '/etc/named.conf':
+ file { '/var/lib/named/etc/named.conf':
content => template("bind/named_base.conf", "bind/named_slave.conf"),
}
}