From 3645ef8f68b1305d75e95580d0e0ee42464ba011 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 May 2016 12:05:30 -0300 Subject: Adds eyaml backend into hiera config --- config/hiera.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3