Vagrant: Remove directory /etc/icinga2-web

This directory is remnant which should've been long gone

refs #4549
This commit is contained in:
Eric Lippmann 2013-08-14 17:45:46 +02:00 committed by Jannis Moßhammer
parent 26578a3d62
commit c3246c926d
1 changed files with 0 additions and 7 deletions

View File

@ -347,13 +347,6 @@ exec { 'install php-ZendFramework-Db-Adapter-Pdo-Mysql':
require => Exec['install ZendFramework']
}
file { ['/etc/icinga2-web/',
'/etc/icinga2-web/enabledModules/']:
ensure => 'directory',
owner => 'apache',
group => 'apache'
}
file { '/etc/motd':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/motd'
}