]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Switch from True to true at hiera
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:15:23 +0000 (19:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:15:23 +0000 (19:15 -0300)
manifests/base.pp
manifests/base/host.pp

index 465bc2a7b1fced9e8c04869ccd4c919b7da46c47..b73889974b9b1d97372db1f4a564d88dc3c7ff8b 100644 (file)
@@ -14,7 +14,7 @@ class nodo::base {
   include nodo::subsystem::local
 
   # Apt module
-  #$apt = hiera('nodo::subsystem::apt', True)
+  #$apt = hiera('nodo::subsystem::apt', true)
   #if $apt == true {
   #  include nodo::subsystem::apt
   #}
index 80eb936b34752b04a2554bfb068f1e539381b90f..08ddcd9fe5af2d61956136689601558760b9fb30 100644 (file)
@@ -15,7 +15,7 @@ class nodo::base::host {
   class { 'firewall': }
 
   # Time
-  $ntpdate = hiera('nodo::host::ntpdate', True)
+  $ntpdate = hiera('nodo::host::ntpdate', true)
   case $ntpdate {
     false:   { class { 'ntp::timezone': } }
     default: { class { 'ntp::ntpdate':  } }