Mention the default hiera configuration in README
This commit is contained in:
parent
c7aa51b0eb
commit
234cd8f661
1 changed files with 7 additions and 0 deletions
|
@ -207,6 +207,13 @@ Now Puppet knows where to download the module from when you include it in your s
|
|||
# github "java", "1.1.0"
|
||||
include java
|
||||
|
||||
### Hiera
|
||||
|
||||
Hiera is preferred mechanism to make changes to module defaults (e.g. default
|
||||
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.
|
||||
|
||||
### Node definitions
|
||||
|
||||
Puppet has the concept of a
|
||||
|
|
Loading…
Reference in a new issue