Fix preferences directory dependency in vagrant provision manifests default.pp
This commit is contained in:
parent
c8643ab02e
commit
3a85a45ef2
|
@ -699,7 +699,8 @@ file { '/etc/icingaweb':
|
||||||
file { '/etc/icingaweb/preferences':
|
file { '/etc/icingaweb/preferences':
|
||||||
ensure => 'directory',
|
ensure => 'directory',
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache'
|
group => 'apache',
|
||||||
|
require => File['/etc/icingaweb']
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/icingaweb/authentication.ini':
|
file { '/etc/icingaweb/authentication.ini':
|
||||||
|
|
Loading…
Reference in New Issue