summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-03-18 15:37:29 +0100
committermh <mh@immerda.ch>2013-03-18 15:37:29 +0100
commit983c0db16a3d21df89623f34908a5236daa74aec (patch)
tree9c5ab04ecc753e63bac35d05b0b4c6cd69980ba8 /manifests/client.pp
parent68a4cb4ae4dc5aeeece00a1e40e41edcda82a8ff (diff)
parent8b33376684026516107b6331d2fbde38362b72ec (diff)
Merge remote-tracking branch 'githubmirror/master' into HEAD
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 6726836..2316bc9 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -9,7 +9,8 @@ class munin::client(
$port = '4949',
$use_ssh = false,
$manage_shorewall = false,
- $shorewall_collector_source = 'net'
+ $shorewall_collector_source = 'net',
+ $export_tag = 'munin'
) {
case $::operatingsystem {
openbsd: { include munin::client::openbsd }