summaryrefslogtreecommitdiff
path: root/manifests/client/base.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-05-13 14:12:07 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-05-13 14:12:07 -0400
commit4591a91f7a8b169d0aa3ccb46357c60f8dcb7079 (patch)
treec5d1fbf3efcab6d8ab0f01543a0957868b3ff65b /manifests/client/base.pp
parent1ffcd45c7a264864a578bd6a6866458d3756d20d (diff)
remove tabs and trailing whitespaces in manifests
Diffstat (limited to 'manifests/client/base.pp')
-rw-r--r--manifests/client/base.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
index b3fcc4a..afa12a0 100644
--- a/manifests/client/base.pp
+++ b/manifests/client/base.pp
@@ -1,6 +1,6 @@
class munin::client::base {
service { 'munin-node':
- ensure => running,
+ ensure => running,
enable => true,
hasstatus => true,
hasrestart => true,
@@ -14,10 +14,10 @@ class munin::client::base {
default => $munin_allow
}
file {'/etc/munin/munin-node.conf':
- content => template("munin/munin-node.conf.$operatingsystem"),
+ content => template("munin/munin-node.conf.$operatingsystem"),
notify => Service['munin-node'],
- mode => 0644, owner => root, group => 0,
- }
- munin::register { $fqdn: }
- include munin::plugins::base
+ mode => 0644, owner => root, group => 0,
+ }
+ munin::register { $fqdn: }
+ include munin::plugins::base
}