Re: [Puppet Users] Re: How to dynamically change sudoers

2017-04-26 Thread James Perry
Thanks. I will look at that as we move forward. To your NFS issue, that was one of the design decisions we made. I have 3 GIT repos (Dev, Stage, Prod). The Stage and Prod are on the same server. On dev I have every OS we support connected to it to run through all code before we push to Stage.

Re: [Puppet Users] Re: How to dynamically change sudoers

2017-04-26 Thread Rob Nelson
On Wed, Apr 26, 2017 at 10:45 AM James Perry wrote: > Since all of our Puppet code is in a source code repo and requires a > change control to push to PROD, I don;t want to have to manually create a > per host entry, either via the* case* statement or a *node.yaml* file as > that requires a full

[Puppet Users] Re: How to dynamically change sudoers

2017-04-26 Thread James Perry
I guess I should have running a Foreman / Puppet setup, so I am trying to keep from having to go creating .yaml files as well as editing things like site.pp and other files. The object I am trying to accomplish is on the KISS principal. So for example my sudoers.erb has an array block for *sud