[Puppet Users] Re: adding new users to /etc/sudoers

2015-03-28 Thread Russell Anderson
First, the visudo check didn't work otherwise it would have given actual feedback, not usage info. Second, where is this sudo class / module come from. Nothing in the command snippets creates it. On Friday, March 27, 2015 at 3:24:58 PM UTC-4, manyi wrote: > > Help needed!! > > I am trying to

[Puppet Users] Re: adding new users to /etc/sudoers

2015-03-30 Thread manyi
Thanks for the responds Russel, responding to where the sudo class /module is from, I created it any pointers??? On Saturday, March 28, 2015 at 10:40:20 AM UTC-4, Russell Anderson wrote: > > First, the visudo check didn't work otherwise it would have given actual > feedback, not usage info. >

[Puppet Users] Re: adding new users to /etc/sudoers

2015-03-30 Thread manyi
I'' check it out thanks Garrett On Friday, March 27, 2015 at 3:24:58 PM UTC-4, manyi wrote: > > Help needed!! > > I am trying to add 2 users to /ect/sudoers john.smith and jane.may > granting privileges to all servers > > *step 1. **modules/user/manifests/init.pp * > > > class user { > > user {

[Puppet Users] Re: adding new users to /etc/sudoers

2015-04-01 Thread Brian Morris
Another thing to think on is adding a group to sudoers which covers your users needs, and then simply adding users to that group. By proxy, this also allows you to dump the users belonging to that group out to a facter for referencing and reporting. Brian On Monday, March 30, 2015 at 12:50:1

Re: [Puppet Users] Re: adding new users to /etc/sudoers

2015-03-30 Thread Garrett Honeycutt
On 3/30/15 2:50 PM, manyi wrote: > Thanks for the responds Russel, > responding to where the sudo class /module is from, I created it > any pointers??? > > > > On Saturday, March 28, 2015 at 10:40:20 AM UTC-4, Russell Anderson wrote: > > First, the visudo check didn't work otherwise it woul