summaryrefslogtreecommitdiff
path: root/manifests/pnp4nagios.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-02-27 19:47:14 +0100
committervarac <varacanero@zeromail.org>2013-02-27 19:47:14 +0100
commitcfb91ce97243e743f5af0c417851aa730ab96f41 (patch)
treeb520e81192b2fc0758e5e66f5e5fd08891f66f85 /manifests/pnp4nagios.pp
parent4cc87a364640b8c15b16fcddf1ffdc75b0dfa649 (diff)
delete commented nagios_host and -service template definitions
Diffstat (limited to 'manifests/pnp4nagios.pp')
-rw-r--r--manifests/pnp4nagios.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp
index 0c920eb..5ade74f 100644
--- a/manifests/pnp4nagios.pp
+++ b/manifests/pnp4nagios.pp
@@ -5,9 +5,9 @@ class nagios::pnp4nagios {
ensure => installed }
- # unfortunatly i didn't find a way to use nagios_host and nagios_service
- # definition, because imho puppet can't handle the "name" variable
- # needed in these 2 definitions so we need to copy a file here.
+ # unfortunatly we can't use the nagios_host and nagios_service
+ # definition to define templates, so we need to copy a file here.
+ # see http://projects.reductivelabs.com/issues/1180 for this limitation
file { 'pnp4nagios-templates.cfg':
path => "${nagios::defaults::vars::int_cfgdir}/conf.d/pnp4nagios-templates.cfg",