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
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
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
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
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
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
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
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
--~--~
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
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.
>
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
11 matches
Mail list logo