Re: [Puppet Users] Open source puppet performance monitoring/tuning?

2017-01-12 Thread Chuck Anderson
On Thu, Jan 12, 2017 at 12:46:11PM -0800, dkoleary wrote: > Short version of the problem: When we first started, puppet agent runs would > take 5-10 seconds. Now, while we still have a limited number of modules, > we're looking at 1400+ systems under management. Most runs still take in the >

Re: [Puppet Users] Workaround for user password hash

2014-02-06 Thread Chuck Anderson
On Thu, Feb 06, 2014 at 02:26:09AM -0800, zerozerouno...@gmail.com wrote: > On Thursday, February 6, 2014 11:15:04 AM UTC+1, Felix.Frank wrote: > > Heh, well the thing with single quotes is - those will make *all* > > characters be interpreted literally, including the backslashes. > > > > Uhm…

Re: [Puppet Users] Workaround for user password hash

2014-02-05 Thread Chuck Anderson
On Wed, Feb 05, 2014 at 09:48:59AM -0800, zerozerouno...@gmail.com wrote: > I needed a "user" puppet resource to add a user and set its password, on > CentOS 6.4. > The manifest was applied with no errors, but the password was not set > correctly. > > I tried: > > password => sha1("password")

Re: [Puppet Users] Re: Developers having access to deploy

2012-03-06 Thread Chuck Anderson
Check out InstantLinux as a front-end to puppet: http://www.instantlinux.net/ On Mon, Mar 05, 2012 at 10:51:12PM -0800, Thomas Rasmussen wrote: > Thanks for the replies, I can see that there is no "easy" setup to allow > what I'm looking for :-( I will be looking a bit more on the External Node

Re: [Puppet Users] run puppet service type with specific user

2011-09-24 Thread Chuck Anderson
On Sat, Sep 24, 2011 at 04:02:22PM +0100, R.I.Pienaar wrote: > > > - Original Message - > > Thanks for the reply. > > > > > > I modified the rc script to run as a user. > > But now I'm facing the following problem: > > I have to include some nasty puppet code for adding the service > >