diff options
author | mail_redacted_for_web | 2015-01-13 16:42:06 -0800 |
---|---|---|
committer | mail_redacted_for_web | 2015-01-13 16:42:06 -0800 |
commit | 4e2a2b81cf17909647728a0c9febab7ab0370e65 (patch) | |
tree | a7c704fd0f7eaa8b0e0ed55e10aa6b39575dc70e /hiera.yaml | |
download | control-repo-template-4e2a2b81cf17909647728a0c9febab7ab0370e65.tar.bz2 |
Initial Commit
Stole Gary's puppet_repository and modified it for general
general consumption.
Upped the version of r10k to newest (1.4.1)
Ripped out the hiera examples just left defaults.yaml
Tweaked environment.conf
Diffstat (limited to 'hiera.yaml')
-rw-r--r-- | hiera.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hiera.yaml b/hiera.yaml new file mode 100644 index 0000000..1ce9330 --- /dev/null +++ b/hiera.yaml @@ -0,0 +1,14 @@ +--- +:backends: + - yaml +:hierarchy: + - "%{clientcert}" + - "%{application_tier}" + - defaults + +:yaml: +# datadir is empty here, so hiera uses its defaults: +# - /var/lib/hiera on *nix +# - %CommonAppData%\PuppetLabs\hiera\var on Windows +# When specifying a datadir, make sure the directory exists. + :datadir: "/etc/puppetlabs/puppet/environments/%{environment}/hieradata" |