Remove classes that are empty

We do not need them, there are just a distraction...

Refs #8197
This commit is contained in:
Markus Frosch 2015-01-13 13:05:30 +01:00
parent 4fc9c9831c
commit ee008782f7
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 { }