Re: [Puppet Users] Hiera No implicit conversion of string into hash

2014-10-28 Thread Felix Frank
On 10/06/2014 03:50 PM, Dan Gibbons wrote: > HIERA.YAML > > Hiera.yaml > --- > :hierarchy: > - "%{environment}" > - "common" > :backends: > - yaml > :yaml: > :datadir: /etc/puppet/hieradan Is the second "Hiera.yaml" part of your YAML? > # hiera 'windows-tempdirectory' --config /etc/puppet/hier

[Puppet Users] Hiera No implicit conversion of string into hash

2014-10-06 Thread Dan Gibbons
Hi, I've got a fresh new puppet installation running but I can't seem to get hiera working with the following setup: OS: RHEL 6.5 Puppet Master: 3.7.1 Ruby: 2.0.0-p576 Hiera: 1.3.4 HIERA.YAML Hiera.yaml --- :hierarchy: - "%{environment}" - "common" :backends: - yaml :yaml: :datadir: /etc/pu