[Puppet Users] Puppet double-applying file

2009-05-16 Thread Frank Sweetser
Recently, through no obvious change that I can find, I started getting these messages on each puppet run on two hosts: Sat May 16 16:52:17 -0400 2009 //Node[fedora.wpi.edu]/ntp_client/File[/etc/ntp.conf]/checksum (notice): checksum changed '{md5}cf294ce81a023d1cda9bbaa7ac359c2c' to '{md5}8bc

[Puppet Users] Re: purging and recurse

2009-05-16 Thread Jean Spirat
Robin Lee Powell a écrit : > On Sat, May 16, 2009 at 09:45:10PM +0200, jean wrote: > >> hi, >> >> I have a problem with purging. I tried to create directory that are: >> >> file { >> "$basedir": >> ensure => director

[Puppet Users] Re: purging and recurse

2009-05-16 Thread Robin Lee Powell
On Sat, May 16, 2009 at 09:45:10PM +0200, jean wrote: > > hi, > > I have a problem with purging. I tried to create directory that are: > > file { > "$basedir": > ensure => directory, >

[Puppet Users] purging and recurse

2009-05-16 Thread jean
hi, I have a problem with purging. I tried to create directory that are: file { "$basedir": ensure => directory, owner => 'root', purge =>

[Puppet Users] Re: dealing with numbered items in Augeas

2009-05-16 Thread Brent Chapman
I think that the heart of the problem is the convention of using "1" as an Augeas key to mean "add this to the end of the list". As Rob points out, you don't know how many items are already on the list. If there are less than 10,000 entries already, you wind up with funky numbering (1, 2, 3,