diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 12:05:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 12:05:30 -0300 |
commit | 3645ef8f68b1305d75e95580d0e0ee42464ba011 (patch) | |
tree | b72cb564e94be994c22565ea5e603fbea9b17d70 /config | |
parent | 158f12a409f9cc153f2eb1192e535f0cf69172d4 (diff) | |
download | puppet-bootstrap-3645ef8f68b1305d75e95580d0e0ee42464ba011.tar.gz puppet-bootstrap-3645ef8f68b1305d75e95580d0e0ee42464ba011.tar.bz2 |
Adds eyaml backend into hiera config
Diffstat (limited to 'config')
-rw-r--r-- | config/hiera.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/hiera.yaml b/config/hiera.yaml index 62e2d71..b8db132 100644 --- a/config/hiera.yaml +++ b/config/hiera.yaml @@ -1,5 +1,6 @@ --- :backends: + - eyaml - yaml :yaml: # Right now vagrant and puppet are not fully supporting @@ -9,6 +10,12 @@ # # See http://docs.vagrantup.com/v2/provisioning/puppet_apply.html :datadir: '%{settings::confdir}/config' +:eyaml: + :datadir: '%{settings::confdir}/config' + + # If using the pkcs7 encryptor (default) + :pkcs7_private_key: '%{settings::confdir}/keys/private_key.pkcs7.pem' + :pkcs7_public_key: '%{settings::confdir}/keys/public_key.pkcs7.pem' :hierarchy: # # Put in the secrets folder all sensitive information that |