From ee008782f768325324edd4d417c083f01df03f5f Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 13 Jan 2015 13:05:30 +0100 Subject: [PATCH] Remove classes that are empty We do not need them, there are just a distraction... Refs #8197 --- manifests/init.pp | 18 ------------------ manifests/object.pp | 13 ------------- 2 files changed, 31 deletions(-) delete mode 100644 manifests/init.pp delete mode 100644 manifests/object.pp diff --git a/manifests/init.pp b/manifests/init.pp deleted file mode 100644 index b8b7f79..0000000 --- a/manifests/init.pp +++ /dev/null @@ -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 { - -} diff --git a/manifests/object.pp b/manifests/object.pp deleted file mode 100644 index b5abc92..0000000 --- a/manifests/object.pp +++ /dev/null @@ -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 { }