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
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
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-
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
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
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
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
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
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