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':