Try not to set forwarders when they are bad
[mirror/dsa-puppet.git] / 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'] ],
             ;
     }