diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 13:12:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 13:12:28 -0300 |
commit | cd876e63db3b4446bff574c0d93a4622bea650d1 (patch) | |
tree | d2deb91c56baa008d261ba26184a81887acb528e /config | |
parent | 3645ef8f68b1305d75e95580d0e0ee42464ba011 (diff) | |
download | puppet-bootstrap-cd876e63db3b4446bff574c0d93a4622bea650d1.tar.gz puppet-bootstrap-cd876e63db3b4446bff574c0d93a4622bea650d1.tar.bz2 |
Default eyaml extension
Diffstat (limited to 'config')
-rw-r--r-- | config/hiera.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hiera.yaml b/config/hiera.yaml index b8db132..68a43d3 100644 --- a/config/hiera.yaml +++ b/config/hiera.yaml @@ -12,6 +12,7 @@ :datadir: '%{settings::confdir}/config' :eyaml: :datadir: '%{settings::confdir}/config' + :extension: 'yaml' # If using the pkcs7 encryptor (default) :pkcs7_private_key: '%{settings::confdir}/keys/private_key.pkcs7.pem' |