summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-22 20:58:14 -0500
committerMicah Anderson <micah@riseup.net>2009-12-22 20:58:14 -0500
commit556b274473452c9f95a02714e7686d3918f54dde (patch)
treebd51b1e49d91cbcc3143f4fae7a6e01c83a1abc3 /manifests
parentd53ba65913d4a312cdb1e7d980b608dc103269d7 (diff)
more formatting standardizations
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugins/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugins/debian.pp b/manifests/plugins/debian.pp
index f239989..970fa9d 100644
--- a/manifests/plugins/debian.pp
+++ b/manifests/plugins/debian.pp
@@ -1,4 +1,4 @@
class munin::plugins::debian inherits munin::plugins::base {
- munin::plugin { apt_all: ensure => present; }
+ munin::plugin { apt_all: ensure => present; }
}