From c8643ab02e5baadc7da931797af2e31c87949b26 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Tue, 26 Aug 2014 11:46:58 +0200 Subject: [PATCH] Add preferences directory to vagrant provision default.pp --- .vagrant-puppet/manifests/default.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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',