aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:24:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:24:54 -0200
commitbfa12e6decf2fffcadefa70dc4b42be1d63f49ce (patch)
treee505e12f00959cf3c9ae77f890dd01f2d4c7faeb
parent9c4dacfb6e0d437bbad422332c836481c067efd2 (diff)
downloadpuppet-nodo-bfa12e6decf2fffcadefa70dc4b42be1d63f49ce.tar.gz
puppet-nodo-bfa12e6decf2fffcadefa70dc4b42be1d63f49ce.tar.bz2
Minor fix
-rw-r--r--manifests/subsystems/monitor.pp2
1 files changed, 1 insertions, 1 deletions
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)
) {