From: Peter Palfrader Date: Wed, 2 Mar 2011 18:46:07 +0000 (+0100) Subject: undo: Maybe that'll work around a puppet bug? X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=47c4ecdd7a1d95ddd080591ab7693a975d80ac1c;p=mirror%2Fdsa-puppet.git undo: Maybe that'll work around a puppet bug? --- diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index a89f78338..d412490c4 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -16,8 +16,6 @@ class unbound { group => unbound, mode => 775, ; - } - file { "/var/lib/unbound/root.key": ensure => present, replace => false, @@ -25,10 +23,7 @@ class unbound { group => unbound, mode => 644, source => [ "puppet:///modules/unbound/root.key" ], - #notify => Exec["unbound restart"], ; - } - file { "/var/lib/unbound/debian.org.key": ensure => present, replace => false, @@ -36,10 +31,7 @@ class unbound { group => unbound, mode => 644, source => [ "puppet:///modules/unbound/debian.org.key" ], - #notify => Exec["unbound restart"], ; - } - file { "/etc/unbound/unbound.conf": content => template("unbound/unbound.conf.erb"), require => Package["unbound"],