Re: [Puppet Users] in-module data with hiera

2012-12-14 Thread Stefan Goethals
aar" > > To: puppet-users@googlegroups.com > > Sent: Thursday, December 13, 2012 5:58:42 PM > > Subject: Re: [Puppet Users] in-module data with hiera > > > > > > > > - Original Message - > > > From: "Stefan Goethals" >

Re: [Puppet Users] in-module data with hiera

2012-12-13 Thread R.I.Pienaar
- Original Message - > From: "R.I.Pienaar" > To: puppet-users@googlegroups.com > Sent: Thursday, December 13, 2012 5:58:42 PM > Subject: Re: [Puppet Users] in-module data with hiera > > > > - Original Message - > > From:

Re: [Puppet Users] in-module data with hiera

2012-12-13 Thread R.I.Pienaar
- Original Message - > From: "Stefan Goethals" > To: puppet-users@googlegroups.com > Sent: Thursday, December 13, 2012 5:37:30 PM > Subject: Re: [Puppet Users] in-module data with hiera > > > The good news: > > Without /etc/puppet/hiera.y

Re: [Puppet Users] in-module data with hiera

2012-12-13 Thread Stefan Goethals
The good news: Without /etc/puppet/hiera.yaml & Without /data/hiera.yaml = OK! Without /etc/puppet/hiera.yaml but with empty /data/hiera.yaml = OK! Without /etc/puppet/hiera.yaml but with /data/hiera.yaml with a hierarchy = OK! With empty /etc/puppet/hiera.yaml & Without /data/hiera.yaml = OK!

Re: [Puppet Users] in-module data with hiera

2012-12-05 Thread ZipKid
. Pienaar wrote: > > > > - Original Message - > > From: "ZipKid" > > > To: puppet...@googlegroups.com > > Sent: Tuesday, December 4, 2012 11:10:13 PM > > Subject: Re: [Puppet Users] in-module data with hiera > > > > Hell

Re: [Puppet Users] in-module data with hiera

2012-12-05 Thread Stefan Goethals
quot;ZipKid" > >> To: puppet-users@googlegroups.com > >> Sent: Tuesday, December 4, 2012 11:10:13 PM > >> Subject: Re: [Puppet Users] in-module data with hiera > >> > >> Hello, > >> > >> I have tested the branch > >> https

Re: [Puppet Users] in-module data with hiera

2012-12-04 Thread Garrett Honeycutt
On 12/4/12 2:38 PM, R.I.Pienaar wrote: > > > - Original Message - >> From: "ZipKid" >> To: puppet-users@googlegroups.com >> Sent: Tuesday, December 4, 2012 11:10:13 PM >> Subject: Re: [Puppet Users] in-module data with hiera >>

Re: [Puppet Users] in-module data with hiera

2012-12-04 Thread R.I.Pienaar
- Original Message - > From: "ZipKid" > To: puppet-users@googlegroups.com > Sent: Tuesday, December 4, 2012 11:10:13 PM > Subject: Re: [Puppet Users] in-module data with hiera > > Hello, > > I have tested the branch > https://github.com/ripie

Re: [Puppet Users] in-module data with hiera

2012-12-04 Thread ZipKid
Hello, I have tested the branch https://github.com/ripienaar/puppet/tree/feature/master/16856. The basic functionality of the data in the module seems to work as desired. Just a few things - If only using the param auto-lookup not having a hiera.yaml file is ok - if there is NO hiera.yaml config

Re: [Puppet Users] in-module data with hiera

2012-11-02 Thread Eric Sorenson
Hi, I'm catching up on a backlog of tickets and wondered if any of the folks who'd expressed interest in this change have had the opportunity to try it out from RI's branch: https://github.com/ripienaar/puppet/tree/feature/master/16856 If you have, can you please put your feedback in the associ

Re: [Puppet Users] in-module data with hiera

2012-10-02 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/30/2012 05:01 PM, Ashley Penney wrote: > This is -exactly- what I've wanted in my modules since I heard of > Hiera and I am strongly supporting this proposal. I'll be > experimenting with your gem. I can't give this enough support as > this i

Re: [Puppet Users] in-module data with hiera

2012-09-30 Thread Ashley Penney
This is -exactly- what I've wanted in my modules since I heard of Hiera and I am strongly supporting this proposal. I'll be experimenting with your gem. I can't give this enough support as this is what I wanted since Hiera began. It'll make supporting multiple distros/operating systems much easi

[Puppet Users] in-module data with hiera

2012-09-30 Thread R.I.Pienaar
hello, Till now hiera-puppet was the only way I know that allowed hiera data to be loaded from inside a module. The problem with this was that it was still subject to the site specific hierarchy which means a module author had a pretty hard time to store his data in a proper way in his module thu