summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorMarkus Heberling <markus@tisoft.de>2013-01-23 20:15:52 +0100
committerMarkus Heberling <markus@tisoft.de>2013-01-24 20:51:17 +0100
commita2004f577c2e15d9b6cf482f0693601f43c43fad (patch)
tree617eb4591d13598b6ee805c7fbf5d038a426a3f3 /manifests/client.pp
parent06983bff6ae91dc576e06e7d467ce248abb9ca23 (diff)
added support for use_ssh for munin 2.0
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 934d23a..6726836 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -7,6 +7,7 @@ class munin::client(
$allow = [ '127.0.0.1' ],
$host = '*',
$port = '4949',
+ $use_ssh = false,
$manage_shorewall = false,
$shorewall_collector_source = 'net'
) {