diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-02 18:34:10 -0500 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-02 18:34:10 -0500 |
commit | 2c27516bd73ec01bbb0c2ea7525ccf959f376f9a (patch) | |
tree | 3ec88a908128ac8cf19cda038188c9978bb7900a | |
parent | aa87ce0c5bbf39fa3ac370960c2eec7c81b23cd3 (diff) |
fix cfgdir variable
-rw-r--r-- | manifests/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp index def8c4a..2d852f5 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_cfg_dir}/stylesheets": + file { "${nagios_cfgdir}/stylesheets": ensure => directory, purge => false, recurse => true, |