[Puppet Users] Re: Heria, Facts, and Puppet

2013-07-29 Thread jcbollinger
On Thursday, July 25, 2013 9:27:26 AM UTC-5, chengkai liang wrote: So something doesn't look right for me when running puppet apply -e 'include ...' for looking heria via facter fact. I have hiera configure as this, :backends: - yaml :hierarchy: - common

[Puppet Users] Re: Heria, Facts, and Puppet

2013-07-28 Thread Eric Sorenson
I think it's kind of amazing that hiera works at all on 2.6--it's pretty deeply unsupported. Why not upgrade? Is there a redmine bug number describing the bizarre behavior? On Friday, July 26, 2013 8:34:13 AM UTC-7, GregC wrote: What puppet master version are you running? I also seem to see

[Puppet Users] Re: Heria, Facts, and Puppet

2013-07-27 Thread chengkai liang
I am using Puppet 2.7.21 open source version, and running on my mac. I On Friday, July 26, 2013 8:34:13 AM UTC-7, GregC wrote: What puppet master version are you running? I also seem to see this bizarre behavior in 2.6.11 and no one at puppet labs has responded to this hiera issue it just

[Puppet Users] Re: Heria, Facts, and Puppet

2013-07-26 Thread GregC
What puppet master version are you running? I also seem to see this bizarre behavior in 2.6.11 and no one at puppet labs has responded to this hiera issue it just goes unanswered, I've also read that the catalog gets compile in random order on each run prior to 2.7, this explains some weird

[Puppet Users] Re: Heria, Facts, and Puppet

2013-07-25 Thread Ellison Marks
Not sure exactly, but in general you want common to be searched last, as hiera by default bails when it finds an answer, so your hierarchy in the conf file is backwards. You'd want the env_name fact above common. On Thursday, July 25, 2013 7:27:26 AM UTC-7, chengkai liang wrote: So something