Displaying 2 results from an estimated 2 matches for "hieradb".
Did you mean:
hiera
2013 May 08
1
Problem with hiera config
...ngsystem}/%{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
DEBUG: Wed May 08 11:12:37 +0200 2013: Hiera YAML backend starting
DEBUG: Wed May 08 11:12:37 +0200 2013: Looking up role in YAML backend
DEBUG: Wed May 08 11:12:37 +0200 2013: Looking for data source role/role_
DEBUG:...
2011 Dec 06
1
module can't find other modules
...-- tests
| | `-- users.pp
| |-- hiera
| | |-- CHANGES.txt
| | |-- COPYING
| | |-- README.md
| | |-- Rakefile
| | |-- bin
| | | `-- extlookup2hiera
| | |-- example
| | | |-- README.md
| | | |-- etc
| | | | |-- hiera.yaml
| | | | |-- hieradb
| | | | | |-- common.yaml
| | | | | |-- dc1.yaml
| | | | | `-- development.yaml
| | | | `-- puppet.conf
| | | |-- modules
| | | | |-- data
| | | | | `-- manifests
| | | | | `-- common.pp
| | | | |-- ntp
| | |...