mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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'
|
group => 'apache'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/etc/icingaweb/preferences':
|
||||||
|
ensure => 'directory',
|
||||||
|
owner => 'apache',
|
||||||
|
group => 'apache'
|
||||||
|
}
|
||||||
|
|
||||||
file { '/etc/icingaweb/authentication.ini':
|
file { '/etc/icingaweb/authentication.ini':
|
||||||
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icingaweb/authentication.ini',
|
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/icingaweb/authentication.ini',
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user