Re: [Puppet Users] migrating from calling_* in hiera 3 to hiera 5

2017-06-08 Thread Rudy Gevaert
On Thursday, May 25, 2017 at 6:51:32 PM UTC+2, Henrik Lindberg wrote: > > > If the purpose was to provide defaults, simply place a hiera.yaml in > your module and keep the (default) data for the module there. > > Hope that helps. > > Just to give some feedback. I completed the migration. I

[Puppet Users] Re: How would you represent this in hiera?

2017-06-08 Thread Peter K
Thank you all; I thought I had a solution but realized I'd put code back into site.pp. @Joseph Karns Thank you for the notes and link. I think I get the gist; I just need to figure out if this is a direction I plan to go. -peter -- You received this message because you are subscribed to the Go

[Puppet Users] Re: How would you represent this in hiera?

2017-06-08 Thread Peter K
@Peter Kristolaitis I was wrong. That worked. My working config for /etc/ssh/sshd_config is: (which I believe will eventually work on darwin, redhat, and ubuntu): classes: - ssh::server ssh::server::config::x11forwarding: 'yes' ssh::server::config::protocol: '2' ssh::server::config::passwordau

[Puppet Users] Irregular Errors: ReplaceFile(...json): Cant replace File (Windows Server 2016)

2017-06-08 Thread Juri Karik
Good evening together, i have a strange behaviour on my puppet agent hosts. All my hosts getting on different times a ReplaceFile Error. On every Host its on a different time. It can be run 20 times good, and then a Error get caused. ReplaceFile(C:/ProgramData/PuppetLabs/puppet/cache/client_dat

[Puppet Users] Re: How would you represent this in hiera?

2017-06-08 Thread Joseph Karns
Peter K: What version of the module are you using? On the forge is 1.1.0 If that is the case you will need to include ::ssh::server (You can do this using roles and profiles) This link to Gary Larizza will help you understand what they are and how to do them - http://garylarizza.com/blog/2014/0

[Puppet Users] Announce: new Puppet 5 Platform nightly builds available

2017-06-08 Thread Eric Sorenson
tl;dr: There are new builds in the 'puppet5-nightly' repos. Please give them a spin and let us know what you find! Since we pushed the first builds of what will become the Puppet 5 Platform packages into the repos, a *lot* has been going on. We're nearing code-complete on the release and it see