From: Peter Palfrader Date: Thu, 3 Mar 2011 10:41:39 +0000 (+0100) Subject: I wonder if that works, II X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e165e5d2ac3186893d510d5391f06a78f340533d;p=mirror%2Fdsa-puppet.git I wonder if that works, II --- diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index 10bb5ff19..da9bf668a 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'] ], ; }