From 3a85a45ef20337c30aa714602e7e7cbfde3d4268 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Tue, 26 Aug 2014 12:08:55 +0200 Subject: [PATCH] Fix preferences directory dependency in vagrant provision manifests default.pp --- .vagrant-puppet/manifests/default.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 9e9f9e26d..39b0d967c 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -699,7 +699,8 @@ file { '/etc/icingaweb': file { '/etc/icingaweb/preferences': ensure => 'directory', owner => 'apache', - group => 'apache' + group => 'apache', + require => File['/etc/icingaweb'] } file { '/etc/icingaweb/authentication.ini':