diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:42:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-12 09:42:33 -0300 |
commit | 5cdc0212a3d116413acd2a1660e4767545b6ae36 (patch) | |
tree | f8bd99c76ba1355e18bdbf9c6b07dc3adb6b5cf3 | |
parent | f10a3a594ba48ac5b81d5f755e47b6807d06042d (diff) | |
download | puppet-apcupsd-5cdc0212a3d116413acd2a1660e4767545b6ae36.tar.gz puppet-apcupsd-5cdc0212a3d116413acd2a1660e4767545b6ae36.tar.bz2 |
OOps
-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 da5a372..c6200de 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" , |