summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-22 20:56:01 -0500
committerMicah Anderson <micah@riseup.net>2009-12-22 20:56:01 -0500
commitd53ba65913d4a312cdb1e7d980b608dc103269d7 (patch)
tree2c363b37abfcf8995efae6a25e734112415d35b2 /manifests
parentd4df3117855d985402106e4104b87b6cb73a05c1 (diff)
formatting standardization
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client/package.pp18
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/client/package.pp b/manifests/client/package.pp
index 84fcf5c..58f40da 100644
--- a/manifests/client/package.pp
+++ b/manifests/client/package.pp
@@ -1,11 +1,11 @@
class munin::client::package inherits munin::client::base {
- package { 'munin-node': ensure => installed }
- Service['munin-node']{
- require => Package[munin-node],
- }
- File['/etc/munin/munin-node.conf']{
- # this has to be installed before the package, so the postinst can
- # boot the munin-node without failure!
- before => Package['munin-node'],
- }
+ package { 'munin-node': ensure => installed }
+ Service['munin-node']{
+ require => Package[munin-node],
+ }
+ File['/etc/munin/munin-node.conf']{
+ # this has to be installed before the package, so the postinst can
+ # boot the munin-node without failure!
+ before => Package['munin-node'],
+ }
}