summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-25 16:50:40 +0000
committermh <mh@immerda.ch>2008-04-25 16:50:40 +0000
commit15eeca135566270d3010600959206249c44fed25 (patch)
tree4af3a9588e138a111910e000ed10dae117c83da0 /manifests
parent14ffa4b1238e28894064e0ff979e67568997b95d (diff)
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 867668a..0ce56ed 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -36,7 +36,7 @@ class nagios::base {
# manage nagios cfg files
file {nagios_cfg_dir:
- path => "/etc/nagios/"
+ path => "/etc/nagios/",
source => "puppet://$server/nagios/empty",
ensure => directory,
recurse => true,