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

2016-06-01 Thread Rob Nelson
"Works" in this case would mean that when you set ntp::service_enable: false, on the next puppet run, the service would be disabled. If that's the case, hiera is working and any errors are likely to do with typos or yaml formatting issues with the other settings. Rob Nelson rnels...@gmail.com

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 at 11:58:26 AM

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

2016-06-01 Thread Courtney Campbell
It does work, but it is not taking the setting in 6.yaml. It is setting the defaults. On Wednesday, June 1, 2016 at 11:58:26 AM UTC-5, Rob Nelson wrote: > > Can you show what happens on a brand new CentOS 6 or 7 node when you run > `puppet agent -t`? It should work the way you expect, though

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

2016-06-01 Thread Rob Nelson
Can you show what happens on a brand new CentOS 6 or 7 node when you run `puppet agent -t`? It should work the way you expect, though the service_enable and service_ensure settings match the default, so there won't be that much different. If it is working, but the output isn't clear on that, you

[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