[Puppet Users] Re: seg fault after client upgrade

2010-04-04 Thread ant
mary issue. cheers -ant On Mar 16, 1:58 pm, Len Rugen wrote: > See above, I upgraded Ruby to 1.8.5, but then ruby-shadow fails.  The link > posted is what I used to get ruby-shadow working long ago under 24.8, but > it's not helping now. > > > -- You received this message

[Puppet Users] heads up: plusignment on users groups is potentially dangerous

2010-04-14 Thread ant
I just logged a bug http://projects.puppetlabs.com/issues/3556 which details an issue, where doing: User["sysadmin", "pleb"] { groups +> "wwwadm" } unexpectedly gives user pleb ALL of sysadmin's groups... It created a bit of a security issue for me here, as a bunch of plebs were suddenly grante

[Puppet Users] puppetd --noop not "nooping" at all

2009-01-07 Thread ant
urned out to be a deprecated config file setup which gave no warning of this (potentially catastrophic) side-effect of not honouring --noop. Some kind of warning or error would be far more appropriate than silently ignoring the --noop for whatever reason. Regards -ant --~--~-~--~---

[Puppet Users] Re: puppetd --noop not "nooping" at all

2009-01-08 Thread ant
> Can you open an issue with the description of the problem and attach any > logs and config files to help reproduce the behavior. Hi Andrew The issue is now logged with the steps to reproduce as: http://projects.reductivelabs.com/issues/show/1855 Thank