blob: a63fc9232bdd3c7075f8779e56bb7bc23f9b1d0c (
plain) (
tree)
|
|
---
version: 5
defaults:
datadir: data
data_hash: yaml_data
hierarchy:
- name: "Initialization variables"
path: "/root/puppet_variables.json"
- name: "Per-role data"
mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"]
- name: "Per-type data"
path: "types/%{facts.ec2_metadata.instance-type}.yaml"
- name: "Common data"
path: "common.yaml"
|