I wonder if that works, III
authorPeter Palfrader <peter@palfrader.org>
Thu, 3 Mar 2011 10:42:12 +0000 (11:42 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 3 Mar 2011 10:42:12 +0000 (11:42 +0100)
modules/unbound/manifests/init.pp

index da9bf66..6c58a7d 100644 (file)
@@ -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'] ],
             ;
     }