diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:44:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:44:53 -0300 |
commit | 0219421972a4540ef2125118acc355abd3b2a56d (patch) | |
tree | 2903f0cabcc1f674f56ec01cfa4eafaabe257657 | |
parent | 5cdc0212a3d116413acd2a1660e4767545b6ae36 (diff) | |
download | puppet-apcupsd-0219421972a4540ef2125118acc355abd3b2a56d.tar.gz puppet-apcupsd-0219421972a4540ef2125118acc355abd3b2a56d.tar.bz2 |
Coding style
-rw-r--r-- | manifests/munin.pp | 2 |
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, } |