mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
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…
x
Reference in New Issue
Block a user