aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:22:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:22:49 -0200
commit9c4dacfb6e0d437bbad422332c836481c067efd2 (patch)
tree30765e6e854336d7f1199a3a32714c99b0e980f1 /manifests/subsystems
parent59040148cccdb53f71ae99b36a2442c5970d45ac (diff)
downloadpuppet-nodo-9c4dacfb6e0d437bbad422332c836481c067efd2.tar.gz
puppet-nodo-9c4dacfb6e0d437bbad422332c836481c067efd2.tar.bz2
Changing hiera parameters
Diffstat (limited to 'manifests/subsystems')
-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 {