1
0
Fork 0

Suggest some example hierarchies

This commit is contained in:
David Goodlad 2014-03-30 13:12:29 +10:00
parent 234cd8f661
commit 2397e7a3cb
1 changed files with 19 additions and 0 deletions

View File

@ -214,6 +214,25 @@ global ruby version, service ports, etc). This repository supplies a
starting point for your Hiera configuration at `config/hiera.yml`, and an
example data file at `hiera/common.yaml`. See those files for more details.
The default `config/hiera.yml` is configured with a hierarchy that allows
individuals to have their own hiera data file in
`hiera/users/{github_login}.yaml` which augments and overrides
site-wide values in `hiera/common.yaml`. This default is, as with most of the
configuration in the example repo, a great starting point for many
organisations, but is totally up to you. You might want to, for
example, have a set of values that can't be overridden by adding a file to
the top of the hierarchy, or to have values set on specific OS
versions:
```yaml
# ...
:hierarchy:
- "global-overrides.yaml"
- "users/%{::github_login}"
- "osx-%{::macosx_productversion_major}"
- common
```
### Node definitions
Puppet has the concept of a