diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-03-22 19:23:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-03-22 19:23:11 -0300 |
commit | 273f3b74870e156a069f4b656e474af10258405b (patch) | |
tree | 263b5d1dc8bac67a0b08237cf8523ad463b32636 /manifests/subsystems/munin.pp | |
parent | f194ba8df363d27162cd4a52ebe7269858159d22 (diff) | |
download | puppet-nodo-273f3b74870e156a069f4b656e474af10258405b.tar.gz puppet-nodo-273f3b74870e156a069f4b656e474af10258405b.tar.bz2 |
Use fqdn by default for nodo::munin_node::host
Diffstat (limited to 'manifests/subsystems/munin.pp')
-rw-r--r-- | manifests/subsystems/munin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |