Merge branch 'lazyfrosch/empty-classes' of https://github.com/lazyfrosch/puppet-icinga2 into lazyfrosch-lazyfrosch/empty-classes

Merged from: https://github.com/Icinga/puppet-icinga2/pull/74
This commit is contained in:
Nick Chappell 2015-01-13 20:41:10 -08:00
commit 1cbc668788
2 changed files with 0 additions and 31 deletions

View file

@ -1,18 +0,0 @@
# == Class: icinga2
#
# This module installs the Icinga 2 monitoring system.
#
# === Parameters
#
# Coming soon...
#
# === Examples
#
# Coming soon...
#
#Our base class.
class icinga2 {
}

View file

@ -1,13 +0,0 @@
# == Class: icinga2::params
#
# This class is intentionally empty. It just serves as a container class for other
# icinga2::object:: classes to make the module's file layout cleaner (all object defined types
# can be put into an objects/ subdirectory)
#
# === Parameters
#
# None. See inline comments for parameters on the individual object type manifests for
# more details.
#
class icinga2::objects { }