directory wants package installed first
[mirror/dsa-puppet.git] / modules / unbound / manifests / init.pp
index 6c58a7d..f01b7fd 100644 (file)
@@ -14,6 +14,7 @@ class unbound {
             ensure  => directory,
             owner   => unbound,
             group   => unbound,
+            require => Package["unbound"],
             mode    => 775,
             ;
         "/var/lib/unbound/root.key":