Fix preferences directory dependency in vagrant provision manifests default.pp

This commit is contained in:
Alexander Fuhr 2014-08-26 12:08:55 +02:00
parent c8643ab02e
commit 3a85a45ef2
1 changed files with 2 additions and 1 deletions

View File

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