]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
I wonder if that works, II
authorPeter Palfrader <peter@palfrader.org>
Thu, 3 Mar 2011 10:41:39 +0000 (11:41 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 3 Mar 2011 10:41:39 +0000 (11:41 +0100)
modules/unbound/manifests/init.pp

index 10bb5ff1902c5dbe15f13ece933fef0ac156eb1e..da9bf668aaa0ee512b1eaaf9fc2be7c085358f2e 100644 (file)
@@ -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'] ],
             ;
     }