projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b40cd
)
correct template name
author
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 03:39:54 +0000
(
03:39
+0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 21 Feb 2010 03:39:54 +0000
(
03:39
+0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/manifests/geodns.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/geodns.pp
b/modules/named/manifests/geodns.pp
index
851b474
..
0754b32
100644
(file)
--- a/
modules/named/manifests/geodns.pp
+++ b/
modules/named/manifests/geodns.pp
@@
-17,7
+17,7
@@
class named::geodns inherits named {
group => root,
;
"/etc/bind/named.conf.acl":
- content => template("named/named.conf.acl"),
+ content => template("named/named.conf.acl
.erb
"),
require => Package["bind9"],
notify => Exec["bind9 restart"],
owner => root,