summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 13:14:09 +0100
committermh <mh@immerda.ch>2009-11-14 13:14:09 +0100
commit81abf6e0558e5fd9be6c61c380083150d9c3123d (patch)
tree46d61f75673ba97b4491ea636a1b6f096f58a5fc /manifests/client
parent28628310d169c03f9778e22c8aee6bc926829579 (diff)
use correct path
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
index 1f72e7e..b3fcc4a 100644
--- a/manifests/client/base.pp
+++ b/manifests/client/base.pp
@@ -5,7 +5,7 @@ class munin::client::base {
hasstatus => true,
hasrestart => true,
}
- file {'/etc/munin/':
+ file {'/etc/munin':
ensure => directory,
mode => 0755, owner => root, group => 0;
}