Displaying 1 result from an estimated 1 matches for "role_".
Did you mean:
role
2013 May 08
1
Problem with hiera config
...cause they don''t get the values and i don''t know why.
file hiera.yaml:
cat hiera.yaml
---
:backends: - yaml
- puppet
:hierarchy:- nodes/%{domain}/%{hostname}
- os/%{operatingsystem}/%{operatingsystemrelease}
- %{environment}
- role/role_%{role}
- zone/zone_%{zone}
- location/location_%{location}
- country/country_%{country}
- common
:yaml:
:datadir: /etc/puppet/environments/%{environment}/hieradb
:puppet:
:datasource: data
Take a look:
hiera -c hiera.yaml role -d
D...