diff options
author | mail_redacted_for_web | 2015-08-03 14:44:35 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-08-03 14:49:06 -0700 |
commit | 437433ff44cd77915a4a7b1d61d7aa624c44b41a (patch) | |
tree | 532249eb2bd88efcb2651498c880b91d5312a6cb /hiera.yaml | |
parent | bc6bae23d79aed7b05ac018496b8cddc02fe4fba (diff) | |
download | control-repo-template-437433ff44cd77915a4a7b1d61d7aa624c44b41a.tar.bz2 |
Remove hiera.yaml and instead manage it with puppet code
Added hunner/hiera to the Puppetfile and a manifest to use it
instead of placing a hiera.yaml in the repo.
Diffstat (limited to 'hiera.yaml')
-rw-r--r-- | hiera.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hiera.yaml b/hiera.yaml deleted file mode 100644 index bc98555..0000000 --- a/hiera.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -:backends: - - yaml -:hierarchy: - - "nodes/%{clientcert}" - - common - -:yaml: - :datadir: "/etc/puppetlabs/puppet/environments/%{environment}/hieradata" |