summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-11 15:57:58 +0200
committermh <mh@immerda.ch>2010-08-11 15:57:58 +0200
commit01bb8dfee9c3981994d1697fc96470798445a050 (patch)
treedcd4266d6eeb8dc48ae1b69aacea53594e6560a8 /manifests/debian.pp
parent33b091b896fbb0b54ee9968c452ef2a8867893d8 (diff)
parenta5d8b5b8b1f4d5afcb549e28bf1eef12169b81c7 (diff)
Merge branch 'master' of git.puppet.immerda.ch:module-nagios
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index a503324..b9e87ec 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -14,7 +14,7 @@ class nagios::debian inherits nagios::base {
File['nagios_htpasswd', 'nagios_cgi_cfg'] { group => 'www-data' }
- file { "${nagios_cfgdir}/stylesheets":
+ file { "${nagios::defaults::vars::int_nagios_cfgdir}/stylesheets":
ensure => directory,
purge => false,
recurse => true,