Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-10 Thread Andy Parker
Dalén > wrote: >> >> On 7 September 2012 18:10, R.I.Pienaar wrote: >> > >> > >> > - Original Message - >> >> From: "Andy Parker" >> >> To: puppet-dev@googlegroups.com >> >> Sent: Friday, September 7, 201

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-10 Thread Stefan Goethals
On Mon, Sep 10, 2012 at 11:26 AM, Erik Dalén wrote: > On 7 September 2012 18:10, R.I.Pienaar wrote: > > > > > > - Original Message - > >> From: "Andy Parker" > >> To: puppet-dev@googlegroups.com > >> Sent: Friday, September

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-10 Thread Erik Dalén
On 7 September 2012 18:10, R.I.Pienaar wrote: > > > - Original Message - >> From: "Andy Parker" >> To: puppet-dev@googlegroups.com >> Sent: Friday, September 7, 2012 4:58:17 PM >> Subject: Re: [Puppet-dev] Hiera-puppet with Puppet 3 - Fak

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-10 Thread Stefan Goethals
Sep 7, 2012 at 7:13 PM, R.I.Pienaar wrote: > > > - Original Message - > > From: "Andy Parker" > > To: puppet-dev@googlegroups.com > > Sent: Friday, September 7, 2012 5:53:34 PM > > Subject: Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope &g

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-07 Thread R.I.Pienaar
- Original Message - > From: "Andy Parker" > To: puppet-dev@googlegroups.com > Sent: Friday, September 7, 2012 5:53:34 PM > Subject: Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope > > On Fri, Sep 7, 2012 at 9:10 AM, R.I.Pienaar wrote: > >

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-07 Thread Andy Parker
On Fri, Sep 7, 2012 at 9:10 AM, R.I.Pienaar wrote: > > but what if you had something like this: > > class example::data { >case $::ofamily { > "RedHat": { $service = "httpd" } > "Debian": { $service = "apache2" } > default: { fail("Please specify a service name using hiera")

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-07 Thread R.I.Pienaar
- Original Message - > From: "Andy Parker" > To: puppet-dev@googlegroups.com > Sent: Friday, September 7, 2012 4:58:17 PM > Subject: Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope > > On Fri, Sep 7, 2012 at 1:36 AM, Stefan Goethals > wrote: >

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-07 Thread Andy Parker
On Fri, Sep 7, 2012 at 1:36 AM, Stefan Goethals wrote: > Hello, > > "This is a known limitation and the data bindings were not > meant to support the puppet backend." > > ??? Can you elaborate on this please ? > > The puppet backend just makes Hiera awesome for supplying defaults. > Puppet not sup

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-07 Thread Stefan Goethals
Hello, "This is a known limitation and the data bindings were not meant to support the puppet backend." ??? Can you elaborate on this please ? The puppet backend just makes Hiera awesome for supplying defaults. Puppet not supporting the puppet backend for Hiera sounds weird to me. Regards, Ste

Re: [Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-06 Thread Andy Parker
On Thu, Sep 6, 2012 at 6:45 AM, Stefan Goethals wrote: > Hello, > > I am testing Puppet 3 with the built in hiera bindings. > Great! Thanks for trying it out and giving some feedback > The yaml backend seems to work ok, though with renamed variables compared to > using the hiera() functions. >

[Puppet-dev] Hiera-puppet with Puppet 3 - FakeScope

2012-09-06 Thread Stefan Goethals
Hello, I am testing Puppet 3 with the built in hiera bindings. The yaml backend seems to work ok, though with renamed variables compared to using the hiera() functions. What does not seem to work for me is the puppet backend. I have been using it without problems in puppet 2.7.x. What i expect