Re: [Puppet Users] What's your hiera tree look like?

2013-03-22 Thread Ramin K
On 3/20/2013 3:37 PM, Andy Parker wrote: On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfast1...@gmail.com mailto:lfast1...@gmail.com wrote: My Hiera tree is turning into a chaotic mess. I'm guessing that my tree structure is one problem source. So I'm wondering how other real users

Re: [Puppet Users] What's your hiera tree look like?

2013-03-22 Thread Keith Burdis
Hi Andy, When trying to implement something like Craig Dunn's roles and profiles pattern with hiera I ended up with: :hierarchy: - %{hostname} - roles/%{role} - profiles/%{software1} - profiles/%{software2} - profiles/%{software3} - profiles/%{software4} - profiles/%{software5} -

Re: [Puppet Users] What's your hiera tree look like?

2013-03-21 Thread llowder
On Wednesday, March 20, 2013 5:37:14 PM UTC-5, Andy Parker wrote: On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfas...@gmail.comjavascript: wrote: My Hiera tree is turning into a chaotic mess. I'm guessing that my tree structure is one problem source. So I'm wondering how other real users

Re: [Puppet Users] What's your hiera tree look like?

2013-03-21 Thread Andy Parker
On Thu, Mar 21, 2013 at 5:46 AM, llowder llowde...@gmail.com wrote: On Wednesday, March 20, 2013 5:37:14 PM UTC-5, Andy Parker wrote: On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfas...@gmail.com wrote: My Hiera tree is turning into a chaotic mess. I'm guessing that my tree structure is

Re: [Puppet Users] What's your hiera tree look like?

2013-03-21 Thread Jonathan Proulx
Hi All, Very interesting topic. Here's what I'm using: --- :hierarchy: - %{fqdn} - %{role} - %{group} - %{osfamily} - common :backends: - yaml - puppet :yaml: :datadir: /etc/puppet/environments/%{environment}/data :puppet: :datasource: data We don't have any uses of %{fqdn} but in the

Re: [Puppet Users] What's your hiera tree look like?

2013-03-21 Thread llowder
On Thursday, March 21, 2013 10:47:11 AM UTC-5, Andy Parker wrote: On Thu, Mar 21, 2013 at 5:46 AM, llowder llow...@gmail.com javascript:wrote: On Wednesday, March 20, 2013 5:37:14 PM UTC-5, Andy Parker wrote: On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfas...@gmail.com wrote: My

Re: [Puppet Users] What's your hiera tree look like?

2013-03-20 Thread Andy Parker
On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfast1...@gmail.com wrote: My Hiera tree is turning into a chaotic mess. I'm guessing that my tree structure is one problem source. So I'm wondering how other real users have setup hiera. Here are the core problems that are giving me headaches.

[Puppet Users] What's your hiera tree look like?

2013-03-19 Thread Larry Fast
My Hiera tree is turning into a chaotic mess. I'm guessing that my tree structure is one problem source. So I'm wondering how other real users have setup hiera. Here are the core problems that are giving me headaches. # I need to version control my modules separately but hiera data is