hiera.yaml 268 B

12345678910
  1. ---
  2. version: 5
  3. defaults: # Used for any hierarchy level that omits these keys.
  4. datadir: data # This path is relative to hiera.yaml's directory.
  5. data_hash: yaml_data # Use the built-in YAML backend.
  6. hierarchy:
  7. - name: 'common'
  8. path: 'common.yaml'