diff options
Diffstat (limited to 'manifests')
-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 { |