From c63a28d3c16ec2bb3a46d3d5faf6d7ef3b737b70 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 22:22:36 +0200 Subject: add shorewall rules --- manifests/client.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/client.pp') diff --git a/manifests/client.pp b/manifests/client.pp index df9ab06..7894e2f 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -20,6 +20,9 @@ class munin::client { gentoo: { include munin::client::gentoo } default: { include munin::client::base } } + if $use_shorewall { + include shorewall::rules::munin + } } define munin::register() -- cgit v1.2.3