
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
16 lines
283 B
YAML
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"
|