All functions of 'bundle exec rake dots' now work

This commit is contained in:
Gene Liverman 2017-06-04 17:03:47 -07:00
parent 48b87f7744
commit 96d067d035
6 changed files with 69 additions and 23 deletions

View file

@ -0,0 +1,11 @@
---
version: 5
defaults: # Used for any hierarchy level that omits these keys.
datadir : hieradata # This path is relative to hiera.yaml's directory.
data_hash : yaml_data # Use the built-in YAML backend.
hierarchy:
- name: "Per-node data"
path: "nodes/%{trusted.certname}.yaml"
- name: "Common data"
path: "common.yaml"