Re: [Puppet Users] Trying to understand hiera and use in site.pp

2016-06-01 Thread Courtney Campbell
Nor does it take the settings on a 7 server. Just sets the defaults of the module. On Wednesday, June 1, 2016 at 1:14:15 PM UTC-5, Courtney Campbell wrote: > > It does work, but it is not taking the setting in 6.yaml. It is setting > the defaults. > > On Wednesday, June 1, 2016

Re: [Puppet Users] Trying to understand hiera and use in site.pp

2016-06-01 Thread Courtney Campbell
/stopped and you should see the state change. If it changes from > running to stopped, and back again if you revert the changes, you know > things are working. If not, it gets you closer to the issue. > > > Rob Nelson > rnel...@gmail.com > > On Wed, Jun 1, 2016 at 12:00 PM, Cou

[Puppet Users] Re: Puppet environments..

2016-06-01 Thread Courtney Campbell
I just set this up myself. You need to create your environments directory structures is you haven't already. /etc/puppet/environment/{dev|prod)/(manifests|modules|environment.conf|hierdata) Hope you understand that. Then you need to change your puppet.conf on the master. Add these lines under

[Puppet Users] Trying to understand hiera and use in site.pp

2016-06-01 Thread Courtney Campbell
I just upgraded to puppet 3.8. Things I used to do in 3.7 like import and inherits no longer work. Anyway, I have been trying to figure out hiera. The docs on the site are great if you already know what you are doing. Anyway, I have environments setup. And have the hiera.yaml setup and