summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSander Hoentjen <sander@hoentjen.eu>2013-03-18 14:56:44 +0100
committerSander Hoentjen <sander@hoentjen.eu>2013-03-18 14:56:44 +0100
commit3b10e0eb3fabb19cc0fa9d66f5a8379ae96aeb6f (patch)
tree766227aa44bc8f70299ea60e0d9d9b02c44bc406 /manifests/client.pp
parentd3dae3c834c37f689af3d1b08bc0c1fd4762bd91 (diff)
Add support for specifying tags for exported resources
This enables you to specify different servers for different clients.
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 }