[Puppet Users] puppet 3 hiera configs hiding somewhere

2013-03-27 Thread Philip Brown
We're using the puppetlabs puppet rpms, on redhat 6. puppet server version: 3.1.1 I wanted to start using hiera for some databinding type purposes. I set up a /etc/puppet/hiera.yaml, pointing to a special hieradata directory...but clients were not seeing the values I populated. So I made a very

Re: [Puppet Users] puppet 3 hiera configs hiding somewhere

2013-03-27 Thread Keith Burdis
Perhaps try: # ln -sf /etc/puppet/hiera.yaml /etc/hiera.yaml Also you can use the hiera command-line utility [1] to test - for example: # hiera --debug philcheck::value - Keith [1] http://docs.puppetlabs.com/hiera/1/command_line.html On 27 March 2013 18:29, Philip Brown