From d4ba356a919c557cdd25f6038b8d0284366a2fe8 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 10 Dec 2010 17:01:29 -0500 Subject: another formatting fix --- manifests/client.pp | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/manifests/client.pp b/manifests/client.pp index 1767c00..234523f 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -5,22 +5,24 @@ class munin::client inherits munin { - $munin_port_real = $munin_port ? { '' => 4949, default => $munin_port } - $munin_host_real = $munin_host ? { - '' => '*', - 'fqdn' => '*', - default => $munin_host - } - - case $operatingsystem { - openbsd: { include munin::client::openbsd } - darwin: { include munin::client::darwin } - debian,ubuntu: { include munin::client::debian } - gentoo: { include munin::client::gentoo } - centos: { include munin::client::centos } - default: { include munin::client::base } - } - if $use_shorewall { - include shorewall::rules::munin - } + $munin_port_real = $munin_port ? { '' => 4949, default => $munin_port } + $munin_host_real = $munin_host ? { + '' => '*', + 'fqdn' => '*', + default => $munin_host + } + + case $operatingsystem { + openbsd: { include munin::client::openbsd } + darwin: { include munin::client::darwin } + debian,ubuntu: { include munin::client::debian } + gentoo: { include munin::client::gentoo } + centos: { include munin::client::centos } + default: { include munin::client::base } + } + + if $use_shorewall { + include shorewall::rules::munin + } + } -- cgit v1.2.3