Vagrant: Remove directory /etc/icinga2-web
This directory is remnant which should've been long gone refs #4549
This commit is contained in:
parent
26578a3d62
commit
c3246c926d
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue