summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/client.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index b2bad8b..8305bf0 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -55,11 +55,11 @@ class munin::client::base {
hasrestart => true,
require => Package[munin-node],
}
- file {
- "/etc/munin/":
+ file {"/etc/munin/":
ensure => directory,
mode => 0755, owner => root, group => 0;
- "/etc/munin/munin-node.conf":
+ }
+ file {"/etc/munin/munin-node.conf":
content => template("munin/munin-node.conf.$operatingsystem"),
mode => 0644, owner => root, group => 0,
# this has to be installed before the package, so the postinst can