From bfa12e6decf2fffcadefa70dc4b42be1d63f49ce Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 16:24:54 -0200 Subject: Minor fix --- manifests/subsystems/monitor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp index 17848a0..3712e79 100644 --- a/manifests/subsystems/monitor.pp +++ b/manifests/subsystems/monitor.pp @@ -1,6 +1,6 @@ class monitor( $type = 'vserver', - $use_nagios = hiera('nodo::monitor::use_nagios, True), + $use_nagios = hiera('nodo::monitor::use_nagios', True), $use_fqdn = hiera('nodo::monitor::use_nagios_fqdn', false) ) { -- cgit v1.2.3