]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Testing workaround for hiera issue #10590
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 20:51:52 +0000 (18:51 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 20:51:52 +0000 (18:51 -0200)
manifests/host.pp

index a1a8c670ad734b6616525bad70b7d1f84071eea5..0d27d7a257b9c10a72fd01fdb65ca08b9a85c69c 100644 (file)
@@ -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),
     }
   }