From e165e5d2ac3186893d510d5391f06a78f340533d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 3 Mar 2011 11:41:39 +0100 Subject: [PATCH] I wonder if that works, II --- modules/unbound/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index 10bb5ff1..da9bf668 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -38,7 +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] ], + require => [ File['/var/lib/unbound/root.key'], File['/var/lib/unbound/debian.org.key'] ], ; } -- 2.39.2