diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:15:23 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:15:23 -0300 | 
| commit | e5a024869641d9ba607204d87f412f5690a7f053 (patch) | |
| tree | 3cdc9d875242058a9bc0804fdbd93e39065659dd /manifests/base | |
| parent | 961521da09c65645ee919baecea18c7e13bfc73a (diff) | |
| download | puppet-nodo-e5a024869641d9ba607204d87f412f5690a7f053.tar.gz puppet-nodo-e5a024869641d9ba607204d87f412f5690a7f053.tar.bz2  | |
Switch from True to true at hiera
Diffstat (limited to 'manifests/base')
| -rw-r--r-- | manifests/base/host.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp index 80eb936..08ddcd9 100644 --- a/manifests/base/host.pp +++ b/manifests/base/host.pp @@ -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':  } }  | 
