From 24f6a09b9e6221b04321ca2d311c9c261415a0c9 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Thu, 31 Mar 2011 20:28:15 +0100 Subject: [PATCH] directory wants package installed first Signed-off-by: Stephen Gran --- modules/unbound/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/unbound/manifests/init.pp b/modules/unbound/manifests/init.pp index 6c58a7d7b..f01b7fd74 100644 --- a/modules/unbound/manifests/init.pp +++ b/modules/unbound/manifests/init.pp @@ -14,6 +14,7 @@ class unbound { ensure => directory, owner => unbound, group => unbound, + require => Package["unbound"], mode => 775, ; "/var/lib/unbound/root.key": -- 2.20.1