[Puppet Users] Re: ERROR: Could not evaluate: Could not retrieve information from environment production source(s)

2015-08-25 Thread manyi
Quick question Trevor how do I resolve this Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Connection refused - connect(2) Info: Retrieving pluginfacts Error: /File[/var/lib/puppet/facts.d]: Failed to generate additional resources u

[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

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

2015-03-30 Thread manyi
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 add 2 users to /ect/sudoers john.smit

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

2015-03-27 Thread manyi
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 { 'john.smith': ensure => present, comment => 'john.smith', home => '/home/john.smith', managehome => t

[Puppet Users] new to puppet.

2015-03-19 Thread manyi
does anyone has a manifest I can use to: 1. Create an account for Mary, maryjane on all systems 2. Create a specific user on just a specific system (For example, create account john.doe on puppet-domain but not on puppetagent) -- You received this message because you are subscribed to the Goog