aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-22 19:23:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-22 19:23:11 -0300
commit273f3b74870e156a069f4b656e474af10258405b (patch)
tree263b5d1dc8bac67a0b08237cf8523ad463b32636
parentf194ba8df363d27162cd4a52ebe7269858159d22 (diff)
downloadpuppet-nodo-273f3b74870e156a069f4b656e474af10258405b.tar.gz
puppet-nodo-273f3b74870e156a069f4b656e474af10258405b.tar.bz2
Use fqdn by default for nodo::munin_node::host
-rw-r--r--manifests/subsystems/munin.pp2
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 {