aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-25 19:15:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-25 19:15:23 -0300
commite5a024869641d9ba607204d87f412f5690a7f053 (patch)
tree3cdc9d875242058a9bc0804fdbd93e39065659dd /manifests/base.pp
parent961521da09c65645ee919baecea18c7e13bfc73a (diff)
downloadpuppet-nodo-e5a024869641d9ba607204d87f412f5690a7f053.tar.gz
puppet-nodo-e5a024869641d9ba607204d87f412f5690a7f053.tar.bz2
Switch from True to true at hiera
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 465bc2a..b738899 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -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
#}