From 0219421972a4540ef2125118acc355abd3b2a56d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 12 Jun 2013 09:44:53 -0300 Subject: Coding style --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3