diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:24:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:24:54 -0200 |
commit | bfa12e6decf2fffcadefa70dc4b42be1d63f49ce (patch) | |
tree | e505e12f00959cf3c9ae77f890dd01f2d4c7faeb /manifests/subsystems/monitor.pp | |
parent | 9c4dacfb6e0d437bbad422332c836481c067efd2 (diff) | |
download | puppet-nodo-bfa12e6decf2fffcadefa70dc4b42be1d63f49ce.tar.gz puppet-nodo-bfa12e6decf2fffcadefa70dc4b42be1d63f49ce.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-rw-r--r-- | manifests/subsystems/monitor.pp | 2 |
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) ) { |