Re: [Puppet Users] Re: Puppet 100% CPU usage

2010-03-12 Thread Martin Wheldon
Hi, Is this directory the only resource you are managing or are there others. If not then try disabling all other resources and see if you still get the same issue? Best Regards Martin Wheldon On Fri, Mar 12, 2010 at 12:55 PM, DieterVDW wrote: > Also, whatever Puppetd is doing then, it se

Re: [Puppet Users] Live near Oslo? Want to work with Puppet?

2010-02-02 Thread Martin Wheldon
Hi Lars, I would be interested, could you send me further details please. Best Regards Martin Wheldon On Mon, Feb 1, 2010 at 4:00 PM, Lars Tobias Børsting wrote: > We're hiring personnel with sysadmin experience in UNIX based systems. > We want someone who has heard of puppe

[Puppet Users] Re: Installing a lot of packages

2009-09-14 Thread Martin Wheldon
Hi, You could take a slightly different approch and create a debian meta package with all the required packages listed, then have puppet keep the mata package up to date. Don't know if this helps. Martin On Mon, Sep 14, 2009 at 1:16 AM, Trevor Vaughan wrote: > > -BEGIN PGP SIGNED MESSAGE-

[Puppet Users] Re: Debugging external node scripts

2009-07-03 Thread Martin Wheldon
Hi Curt, Did you manage to resolve this issue? If not I think it may be the format of your yaml output. >--- >classes: >- custom >- monitoring::base Should be this --- classes: - custom - monitoring::base Note the indentation. Having said that I have been unable to persuade the python y

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-03 Thread Martin Wheldon
r/lib/puppet/templates [puppetd] server=puppetmaster.domain.co.uk environments=production,testing,development Regards Martin On Fri, Apr 3, 2009 at 9:05 AM, Martin Wheldon wrote: > I'm also running the same version of Puppet from the Debian Lenny > repositories and I don't see this

[Puppet Users] Re: updating user passwords with puppet

2009-04-03 Thread Martin Wheldon
What I tend to do is change the password of the account I'm managing # passwd user then copy it from /etc/shadow into the manifest. But then we have very few local user accounts. Regards Martin On Fri, Apr 3, 2009 at 7:41 AM, Robin Lee Powell wrote: > > On Fri, Apr 03, 2009 at 03:49:18PM +13

[Puppet Users] Re: /etc/init.d/puppet on debian

2009-04-03 Thread Martin Wheldon
I'm also running the same version of Puppet from the Debian Lenny repositories and I don't see this issue. I do however see that the init script doesn't honour the START=no in /etc/default/puppet. I'll post my config file later when I get access to my kit :) Martin On Thu, Apr 2, 2009 at 11:19

[Puppet Users] Re: force backup of config files

2009-04-01 Thread Martin Wheldon
Hi Luke, Would it not be preferable to be able to use a version control system of the implemeters choice. The reason being that some shops may have subversion skills already by not git skills etc... Best Regards Martin On Tue, Mar 31, 2009 at 5:48 PM, Luke Kanies wrote: > > On Mar 31, 2009, a

[Puppet Users] Re: I'm struggling with testing configuration changes locally - how to verify templates, syntax, results without checking in manifests

2009-03-24 Thread Martin Wheldon
Hi, Here is the way summary of the way I work, don't know if it will help. I run a openvz virtualized infrastructure. I use a external node script. I use two enviroments production and testing. Both sets of manifests are kept in subversion. On the puppetmaster I check out the stable (this is pr