summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-07-01 05:02:42 +0200
committermh <mh@immerda.ch>2010-07-01 05:02:42 +0200
commit137cfda388841f242f51ce1e38ec37cf7a6407d9 (patch)
treec097cb5a9142ac2dbfe62c977488c275200ff585 /manifests/debian.pp
parentcdcc346bd6af7fc54fa7e3b0349d920774add0cc (diff)
fix variable lookup and allow outside setting
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,