Add preferences directory to vagrant provision default.pp

This commit is contained in:
Alexander Fuhr 2014-08-26 11:46:58 +02:00
parent aec66570d6
commit c8643ab02e

View File

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