mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Add preferences directory to vagrant provision default.pp
This commit is contained in:
parent
aec66570d6
commit
c8643ab02e
@ -696,6 +696,12 @@ file { '/etc/icingaweb':
|
||||
group => 'apache'
|
||||
}
|
||||
|
||||
file { '/etc/icingaweb/preferences':
|
||||
ensure => 'directory',
|
||||
owner => 'apache',
|
||||
group => 'apache'
|
||||
}
|
||||
|
||||
file { '/etc/icingaweb/authentication.ini':
|
||||
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icingaweb/authentication.ini',
|
||||
owner => 'apache',
|
||||
|
Loading…
x
Reference in New Issue
Block a user