From: Peter Palfrader Date: Thu, 3 Mar 2011 10:40:40 +0000 (+0100) Subject: I wonder if that works X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=754b54987ccd44cd995c4f97f9c847ef23148a3c;p=mirror%2Fdsa-puppet.git I wonder if that works --- diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index d412490c4..10bb5ff19 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -38,6 +38,7 @@ class unbound { notify => Exec["unbound restart"], owner => root, group => root, + require => [ File[/var/lib/unbound/root.key], File[/var/lib/unbound/debian.org.key] ], ; }