Merge branch 'lazyfrosch-lazyfrosch/empty-classes' into develop
Merged from: https://github.com/Icinga/puppet-icinga2/pull/74
This commit is contained in:
commit
223ec1a774
2 changed files with 0 additions and 31 deletions
|
@ -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 {
|
||||
|
||||
}
|
|
@ -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 { }
|
Loading…
Reference in a new issue