Re: [Puppet Users] Satellite Puppet

2017-01-27 Thread warron.french
Dan, thank you for that feedback. It actually did educate me; however, (a week later from me) I learned this morning what had happened. Neither agent was properly checking in. 1 due to NetworkManager problems on a RHEL6 system, and the other the Puppet Agent service wasn't enabled to run as a dae

[Puppet Users] Is ruby-based facter stuck at 2.4.6?

2017-01-27 Thread Ryan Anderson
Facter developer attention is with the C++ based facter 3.x, and I get why. However, some of us use puppet open source on platforms (eg Solaris, AIX) where it is difficult/impossible to get the toolchain needed to compile it. I am using ruby facter 2.4.6 on these UNIX boxes, which hasn't been up

Re: [Puppet Users] How to read in file into array of hashes to use build start script template

2017-01-27 Thread James Perry
I am looking to see if I can make this work with a define or have to resort to an each loop. Still hacking away to see what I can find. With the each I can still loop through to try to get to the goal of having a key/value pair to pass on to a template only if the current client matches one of

[Puppet Users] Re: how do you name and group your data in hiera?

2017-01-27 Thread Rob Nelson
I apparently use a different sudo module than you do (saz/sudo), but have the same concerns. We have a general sudoers setup that gets applied to all nodes and additional config for certain roles. We manage this in the base profile class using iteration (note: I don't think I guard against `$su

Re: [Puppet Users] Re: r10k, git and .gitignore

2017-01-27 Thread Robert
Hey guys, I just wanted to give you a follow-up on this topic (maybe somebody will have the same question in the future). All ideas have been helpful but fpm is awesome :) I now build rpm's from software which do need dependencies, pre/post(un)install scripts etc., but if there's no need for tha

[Puppet Users] how do you name and group your data in hiera?

2017-01-27 Thread Robert
Hi List, I'm on the verge of refactoring all our modules to the roles&profile workflow with r10k etc. and the stuff is taking shape - thanks for all the help so far! - and the only thing I'm still not very convenient with is the naming/grouping of data put into Hiera and using that data in the pro