control-repo/hiera.yaml
Andy Loftus f4f3015939 ASDPLNG-27 Add profile::base and role::default
Catalog compilation succeeds and deploys for role::default

add profiles additional_yum_repos and additional_pkgs

puppetlabs/stdlib

move some includes from profile::base to role::default
2021-01-21 17:22:09 -06:00

16 lines
283 B
YAML

---
version: 5
defaults:
datadir: "data"
hierarchy:
- name: "Yaml backend"
data_hash: yaml_data
paths:
- "nodes/%{trusted.certname}.yaml"
- "site/%{site}/cluster/%{cluster}.yaml"
- "site/%{site}.yaml"
- "role/%{role}.yaml"
- "common.yaml"