aboutsummaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:51:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:51:52 -0200
commitfb6d9071efc4ebc47d34ed0ab263e55d5ed143a6 (patch)
treeba0a9548231a654bfca80abf7b55add44abd00f9 /manifests/host.pp
parentcb406c5b9a1f8a1a0d72db972992536bcbd91026 (diff)
downloadpuppet-nodo-fb6d9071efc4ebc47d34ed0ab263e55d5ed143a6.tar.gz
puppet-nodo-fb6d9071efc4ebc47d34ed0ab263e55d5ed143a6.tar.bz2
Testing workaround for hiera issue #10590
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index a1a8c67..0d27d7a 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -21,7 +21,7 @@ class nodo::host inherits nodo {
if !defined('monitor') {
class { 'monitor':
type => 'host',
- use_nagios => hiera('host_use_nagios', true),
+ use_nagios => hiera('host_use_nagios', True),
}
}