From 47c4ecdd7a1d95ddd080591ab7693a975d80ac1c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 2 Mar 2011 19:46:07 +0100 Subject: [PATCH] undo: Maybe that'll work around a puppet bug? --- modules/unbound/manifests/init.pp | 8 -------- 1 file changed, 8 deletions(-) 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"], -- 2.20.1