From: Stephen Gran Date: Sun, 21 Feb 2010 03:39:54 +0000 (+0000) Subject: correct template name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a35e1ca7f3d8041d26621b5c3e178ed25d3efd46;p=mirror%2Fdsa-puppet.git correct template name Signed-off-by: Stephen Gran --- diff --git a/modules/named/manifests/geodns.pp b/modules/named/manifests/geodns.pp index 851b474d8..0754b323a 100644 --- 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,