summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorantonio <me.verni@gmail.com>2014-04-09 15:45:37 +0200
committerantonio <me.verni@gmail.com>2014-04-09 15:59:42 +0200
commitd09774c635ea72932727d6724ee847942ddafb77 (patch)
tree9f2a02b9e689cfc94da196ab43f6a514b86a4376 /manifests/client.pp
parentbcf24d2783aae46d2f4ebe506c017e7b26bdfac8 (diff)
Configurable host_name variable
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 6614709..7a96233 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -6,6 +6,7 @@
class munin::client(
$allow = [ '127.0.0.1' ],
$host = '*',
+ $host_name = '::fqdn',
$port = '4949',
$use_ssh = false,
$manage_shorewall = false,