summaryrefslogtreecommitdiff
path: root/manifests/pnp4nagios.pp
diff options
context:
space:
mode:
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",