From 273f3b74870e156a069f4b656e474af10258405b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Mar 2013 19:23:11 -0300 Subject: Use fqdn by default for nodo::munin_node::host --- manifests/subsystems/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/subsystems/munin.pp b/manifests/subsystems/munin.pp index a0eb7d9..f02ec7f 100644 --- a/manifests/subsystems/munin.pp +++ b/manifests/subsystems/munin.pp @@ -2,7 +2,7 @@ define munin_node( $port = hiera('nodo::munin_node::port', '4949'), $allow = hiera('nodo::munin_node::allow', ''), - $host = hiera('nodo::munin_node::host', '') + $host = hiera('nodo::munin_node::host', $::fqdn) ) { case $allow { -- cgit v1.2.3