summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 3 insertions, 0 deletions
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()