Re: How to experiment with Augeas, because the docs suck (was Re: [Puppet Users] Re: augeas error)

2009-01-17 Thread Robin Lee Powell
On Thu, Jan 15, 2009 at 11:38:39PM +, David Lutterkort wrote: > > On Thu, 2009-01-15 at 14:21 -0800, Robin Lee Powell wrote: > > It took several tries to get this; it turns out the augeas lens for > > this file is a bit pickier than it should be: it won't accept: > > > > /pub

[Puppet Users] Fosdem 2009

2009-01-17 Thread Paul Nasrat
Just wondering if anyone else from the Puppet community will be at FOSDEM and want to meet up for an informal discussion about puppet and facter. Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" gr

[Puppet Users] Re: puppetshow with puppetmaster 0.24.6

2009-01-17 Thread Rodney Quillo
Jason, I have the same errors too. :) Rodney On Jan 17, 10:02 am, jrojas wrote: > Good. I am glad someone else has had the problem. I think I am going > to start beating on this with a hammer until it works :P > > On Jan 16, 2:47 pm, Scott wrote: > > > I had the exact same problem (the excep

[Puppet Users] revoking certificate failed

2009-01-17 Thread Paul Johnson
Hi All, I have an issue with removing certificate from puppetmaster. When I initially connect from client to master, then sign csr using puppetca on master I can successfully retreive catalog on client, but if I run puppetca --clean $hostname I am still able to retrieve facts and catalog from mast

[Puppet Users] Re: revoking certificate failed

2009-01-17 Thread Felix Schäfer
Hello, Am 17.01.2009 um 19:25 schrieb Paul Johnson: > I have an issue with removing certificate from puppetmaster. When I > initially connect from client to master, then sign csr using > puppetca on master I can successfully retreive catalog on client, > but if I run puppetca --clean $host

[Puppet Users] More module questions

2009-01-17 Thread kevin
I'm trying to set up something according to the: http://reductivelabs.com/trac/puppet/wiki/PuppetBestPractice Now, I'm adding the virtual categories for the users, and I'm a bit confused: looking at the above link i see virtual.pp for the virtual users, and unixadmins.pp for the realized users

[Puppet Users] adding passwords for users

2009-01-17 Thread kevin
How does one add a password to a newly created user? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this gr

[Puppet Users] Re: adding passwords for users

2009-01-17 Thread Jake
On Sat, Jan 17, 2009 at 5:21 PM, kevin wrote: > > How does one add a password to a newly created user? You use the "password" parameter. See more details in the user type reference here: http://reductivelabs.com/trac/puppet/wiki/TypeReference#id312 -- Jake Paulus jakepau...@gmail.com --~--~

[Puppet Users] Need onlyifnot (or something) for Augeas

2009-01-17 Thread Robin Lee Powell
There is, as far as I can tell, no way to make Augeas *not* do anything if a node exists. What I want is for the Augeas block to be skipped if the augtool command match /files/etc/exports/dir /foo would return true. Since I don't know which dir number it'll be, I can't use get, and

Re: How to experiment with Augeas, because the docs suck (was Re: [Puppet Users] Re: augeas error)

2009-01-17 Thread Robin Lee Powell
On Fri, Jan 16, 2009 at 09:55:42AM +1100, James Turnbull wrote: > Robin Lee Powell wrote: > > On Thu, Jan 15, 2009 at 11:43:50PM +0100, Peter Meier wrote: > >>> Doing this in Puppet is left as an exercise for the reader. > >>> I'll go see about getting better docs in Augeas for this > >>> thing. >

[Puppet Users] Bug in Augeas type's handling of ins

2009-01-17 Thread Robin Lee Powell
The command is: augeas{ "export foo" : context => "/files/etc/exports", changes => [ "ins dir after dir[last()]", "set dir[last()] /foo", "set dir[last()]/client weeble", "set dir[last()]/client/option[1] ro", "set d