aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/monitor.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-rw-r--r--manifests/subsystems/monitor.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp
index ee648ef..17848a0 100644
--- a/manifests/subsystems/monitor.pp
+++ b/manifests/subsystems/monitor.pp
@@ -1,7 +1,7 @@
class monitor(
$type = 'vserver',
- $use_nagios = true,
- $use_fqdn = hiera('use_nagios_fqdn', false)
+ $use_nagios = hiera('nodo::monitor::use_nagios, True),
+ $use_fqdn = hiera('nodo::monitor::use_nagios_fqdn', false)
) {
if $use_nagios != false {