diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-13 15:21:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-13 15:21:46 -0300 |
commit | 00bbc5699b9599c056533f4aa5112621a7460b12 (patch) | |
tree | 1cb2094ae1fa143d4ea439e8534315c509f44cd6 /manifests | |
parent | 40cc96409b4d0993d422a588964f023bce994e5a (diff) | |
download | puppet-nodo-00bbc5699b9599c056533f4aa5112621a7460b12.tar.gz puppet-nodo-00bbc5699b9599c056533f4aa5112621a7460b12.tar.bz2 |
Hiera fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index ec2df29..7c9d0fa 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -17,7 +17,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 } |