summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/munin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index c6200de..3230fa2 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -2,7 +2,7 @@ class apcupsd::munin(
$ensure => present
) {
munin::plugin::deploy { 'apc_nis':
- source => "apcupsd/munin/apc_nis" ,
+ source => "apcupsd/munin/apc_nis",
ensure => $ensure,
}