diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 13d54bf9f..9e9f9e26d 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -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',