From d23793c7f6e3428c55b65112e60fe60a90fbb892 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 3 Mar 2011 11:42:12 +0100 Subject: [PATCH] I wonder if that works, III --- modules/unbound/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index da9bf668a..6c58a7d7b 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -34,11 +34,10 @@ class unbound { ; "/etc/unbound/unbound.conf": content => template("unbound/unbound.conf.erb"), - require => Package["unbound"], + require => [ Package["unbound"], File['/var/lib/unbound/root.key'], File['/var/lib/unbound/debian.org.key'] ], 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