From 754b54987ccd44cd995c4f97f9c847ef23148a3c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 3 Mar 2011 11:40:40 +0100 Subject: [PATCH] I wonder if that works --- modules/unbound/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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] ], ; } -- 2.20.1