summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 48d2a22..df9ab06 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -61,15 +61,15 @@ define munin::register_snmp(
}
class munin::client::base {
- service { 'munin-node':
- ensure => running,
+ service { 'munin-node':
+ ensure => running,
enable => true,
hasstatus => true,
hasrestart => true,
- }
- file {'/etc/munin/':
- ensure => directory,
- mode => 0755, owner => root, group => 0;
+ }
+ file {'/etc/munin/':
+ ensure => directory,
+ mode => 0755, owner => root, group => 0;
}
$real_munin_allow = $munin_allow ? {
'' => '127.0.0.1',