Re: [Puppet Users] Looking for tips for transitioning to Puppet Enterprise

2013-09-11 Thread Dan White
OK. Lete me be more specific: I have a module to handle user accounts that relies on hiera: Accounts are defined at the lowest level of the hierarchy and instantiated (ensure => present) up at the node level of the hierarchy. The issue with this is that I am getting complaints from other team

[Puppet Users] Looking for tips for transitioning to Puppet Enterprise

2013-09-11 Thread Dan White
I have bee using Open Source Puppet for about two years now -- and I have enjoyed the ride so far. I want to spin up a demo PE-Master because we are also spinning up a big VMWare driven virtualization push and I want to try the Cloud Provisioning. If it works for me as well as everything else

Re: [Puppet Users] Looking for tips for transitioning to Puppet Enterprise

2013-09-11 Thread Rich Burroughs
Dan, You can do those things from the PE console but you don't have to. You can assign classes to nodes the old school way too. It's really up to you whether you prefer to do those kinds of things through the UI or in your Puppet code. On Wednesday, September 11, 2013, Dan White wrote: > I hav