[Puppet Users] Re: Hiera, Hashes, and Create_resources

2012-08-17 Thread jcbollinger
On Friday, August 17, 2012 12:08:41 PM UTC-5, dkw wrote: > > Howdy: > > I need some help please to get hiera configuration data derived > from YAML, thru puppet. I have studied Internet search results and > puppet documentation on create_resources and custom defines but > need a little help

[Puppet Users] Re: Hiera, Hashes, and Create_resources

2012-08-17 Thread llowder
On Friday, August 17, 2012 4:36:13 PM UTC-5, jcbollinger wrote: > > > > > Does that help? > > I don't know how much it will help the OP, but this has been a great help to me. I've never quite been able to figure out the create_resource thing, but I think I understand it now and what I was doi

Re: [Puppet Users] Re: Hiera, Hashes, and Create_resources

2013-02-06 Thread Darryl Wisneski
On Mon, Aug 27, 2012 at 08:10:34AM -0700, jcbollinger wrote: > > > > # cat common.yaml > > > > --- > > > > searchdomain: 'example.com' > > > > ssh_auth: ldap > > > > servers : > > > > server-a : > > > > sshd_auth: "local" > > > >

Re: [Puppet Users] Re: Hiera, Hashes, and Create_resources

2012-08-20 Thread Darryl Wisneski
Hi John: Thanks for your comments and instruction. More inline... On Fri, Aug 17, 2012 at 02:36:13PM -0700, jcbollinger wrote: > > # cat common.yaml > > --- > > searchdomain: 'example.com' > > ssh_auth: ldap > > servers : > > server-a : > >

Re: [Puppet Users] Re: Hiera, Hashes, and Create_resources

2012-08-27 Thread jcbollinger
On Monday, August 20, 2012 11:32:46 AM UTC-5, dkw wrote: > > Hi John: > > Thanks for your comments and instruction. More inline... > > On Fri, Aug 17, 2012 at 02:36:13PM -0700, jcbollinger wrote: > > > # cat common.yaml > > > --- > > > searchdomain: 'example.com' > > > ssh_auth