summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-04-06 10:44:58 +0200
committermh <mh@immerda.ch>2011-04-06 10:44:58 +0200
commit23e3ddf1daa52d46c40d540d25218195997e8524 (patch)
tree78d7ae8592b4154ecd701228fe6f128d0b507695 /manifests/base.pp
parentf2df62c9d17d481a3d616a4f2de9496638fadc0a (diff)
try to fix nagios::plugin problem
We have a serious problem with the concept that we had up to now if you start adding more than one nagios server. This is an attempt to fix it, with certain drawbacks, such as that you have to list all the nagios plugins in the nagios modules. This will be subject of further discussion.
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 8b96308..0068cd5 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -71,8 +71,6 @@ class nagios::base {
notify => Service['nagios'],
mode => '0750', owner => root, group => nagios;
}
- Package <<| tag == 'nagios::plugin::deploy::package' |>>
- File <<| tag == 'nagios::plugin::deploy::file' |>>
Nagios_command <<||>>
Nagios_contactgroup <<||>>
Nagios_contact <<||>>
@@ -87,7 +85,6 @@ class nagios::base {
Nagios_serviceextinfo <<||>>
Nagios_service <<||>>
Nagios_timeperiod <<||>>
- File <<| tag == 'nagios_plugin' |>>
Nagios_command <||> {
target => "${nagios::defaults::vars::int_nagios_cfgdir}/conf.d/nagios_command.cfg",