Skip to content

Instantly share code, notes, and snippets.

@stark525
Created December 3, 2014 02:26
Show Gist options
  • Save stark525/43e6d5eee08431be1f5e to your computer and use it in GitHub Desktop.
Save stark525/43e6d5eee08431be1f5e to your computer and use it in GitHub Desktop.
/etc/hiera.yaml
:backends:
- eyaml
- yaml
:yaml:
:datadir: '/etc/puppet/hieradata'
:eyaml:
:datadir: '/etc/puppet/hieradata'
# If using the pkcs7 encryptor (default)
:pkcs7_private_key: /var/lib/puppet/keys/private_key.pkcs7.pem
:pkcs7_public_key: /var/lib/puppet/keys/public_key.pkcs7.pem
:hierarchy:
- app/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment