diff options
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 |