puppet: Remove icingaweb2's init.pp

The module icingaweb2 is reserved for installing Icinga Web 2 from package
by including the class icingaweb2.
This commit is contained in:
Eric Lippmann 2014-12-10 15:10:42 +01:00
parent aea29fba62
commit 8b59276ea8
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
class icingaweb2 {
include apache
file { 'icingaweb2cfgDir':
path => '/etc/icingaweb',
ensure => directory,
links => follow,
owner => 'apache',
group => 'apache',
mode => 6755,
require => Class['apache'],
}
}