diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:48:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:48:04 -0300 |
commit | f54fd26bdc5caff4cb7c7ca250b099fceab9e344 (patch) | |
tree | feea02c8b85b264d458ad8807c46a1f7f1bf345d | |
parent | 0219421972a4540ef2125118acc355abd3b2a56d (diff) | |
download | puppet-apcupsd-f54fd26bdc5caff4cb7c7ca250b099fceab9e344.tar.gz puppet-apcupsd-f54fd26bdc5caff4cb7c7ca250b099fceab9e344.tar.bz2 |
Oops again :/
-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 3230fa2..e37da3e 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,5 +1,5 @@ class apcupsd::munin( - $ensure => present + $ensure = present ) { munin::plugin::deploy { 'apc_nis': source => "apcupsd/munin/apc_nis", |