diff options
author | mh <mh@immerda.ch> | 2008-04-25 16:29:34 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-25 16:29:34 +0000 |
commit | 3c7060be8742fc20ed6ac2b9bca90a9f227418a7 (patch) | |
tree | 9394871d8036f02e51378bb72d222b3dadfba22a /manifests | |
parent | 35bda1e2a6af7a7fefc7cfd3d670f1963e4361f5 (diff) |
made path full qualified
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c17d4b5..87b82c9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -48,7 +48,7 @@ class nagios::base { # manage nagios cfg files file {nagios_cfg_dir: - path => "$etc_nagios_path", + path => "${etc_nagios_path}/", source => "puppet://$server/nagios/empty", ensure => directory, recurse => true, |