summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-02-06 22:01:05 +0100
committermh <mh@immerda.ch>2011-02-06 22:01:05 +0100
commitbb1538f0458ea3eb8641490ea83a12b96b7d2947 (patch)
tree2ec648eb970e77bf0331deb9b735348aad37de1f /manifests/base.pp
parent4fe59df65853631ec78ce3c731f62097d6182563 (diff)
remove nagios_plugin - rerrange collection
* the type nagios_type have been removed and puppet fails to collect unknown types. This has already been removed once, but reintroduced with 4e35b0bce0f2dd00d52e0de7488ab322867dd012 -> reremove it again * To better compare existing types and what we have in the module, I arranged the collection alphabetically to ease comparision.
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp9
1 files changed, 4 insertions, 5 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index a32edcf..ffe8fa9 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -73,18 +73,17 @@ class nagios::base {
}
Package <<| tag == 'nagios::plugin::deploy::package' |>>
File <<| tag == 'nagios::plugin::deploy::file' |>>
- Nagios_plugin <<||>>
Nagios_command <<||>>
- Nagios_contact <<||>>
Nagios_contactgroup <<||>>
- Nagios_host <<||>>
+ Nagios_contact <<||>>
+ Nagios_hostgroupescalation <<||>>
Nagios_hostextinfo <<||>>
Nagios_hostgroup <<||>>
- Nagios_hostgroupescalation <<||>>
- Nagios_service <<||>>
+ Nagios_host <<||>>
Nagios_servicedependency <<||>>
Nagios_serviceescalation <<||>>
Nagios_serviceextinfo <<||>>
+ Nagios_service <<||>>
Nagios_timeperiod <<||>>
File <<| tag == 'nagios_plugin' |>>