From 4591a91f7a8b169d0aa3ccb46357c60f8dcb7079 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Thu, 13 May 2010 14:12:07 -0400 Subject: remove tabs and trailing whitespaces in manifests --- manifests/register_snmp.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manifests/register_snmp.pp') diff --git a/manifests/register_snmp.pp b/manifests/register_snmp.pp index e74ba44..ebd494a 100644 --- a/manifests/register_snmp.pp +++ b/manifests/register_snmp.pp @@ -3,11 +3,11 @@ define munin::register_snmp( $snmpd_testplugin = 'load' ) { - $munin_port_real = $munin_port ? { '' => 4949, default => $munin_port } - $munin_host_real = $munin_host ? { - '' => '*', - 'fqdn' => '*', - default => $munin_host + $munin_port_real = $munin_port ? { '' => 4949, default => $munin_port } + $munin_host_real = $munin_host ? { + '' => '*', + 'fqdn' => '*', + default => $munin_host } exec{"register_snmp_munin_for_${name}": command => "munin-node-configure-snmp ${name} | sh", -- cgit v1.2.3