summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-06-13 11:21:24 +0200
committermh <mh@immerda.ch>2014-06-13 11:21:24 +0200
commite9b58ecddca10758f38602768a9ed20c88eaa35f (patch)
tree74756634572631c2909b7ad35c6d8413668d7ed2 /manifests/client.pp
parent0bbf3ce96c049cdcbc59dfdcef860f09d515f618 (diff)
parent29919e02a8b3f27d9d516be586e92704b806a48e (diff)
Merge branch 'master' of https://github.com/averni/puppet-munin into averni-master
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..724ff05 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,