[Puppet Users] Re: User provider on RHEL4 and RHEL5 breaks with latest fastrack update

2008-10-13 Thread Matthew Hyclak
Yes, I realized after doing some research and turning on debug mode that it happened when running with sudo, not as root. It is the issue indicated in #1631. Sorry about the noise. Matt On Mon, Oct 13, 2008 at 11:13 AM, Luke Kanies <[EMAIL PROTECTED]> wrote: > > On Oct 10, 2008, at 12:56 PM, Ma

[Puppet Users] Re: User provider on RHEL4 and RHEL5 breaks with latest fastrack update

2008-10-13 Thread Luke Kanies
On Oct 10, 2008, at 12:56 PM, Matt Hyclak wrote: > > I just wanted to throw this out there to see if it's a known issue or > not. We have a manifest that looks like: > > class auth-OIT-Security { > group { >'OIT-Security' : > ensure => present, > gid => 5003; > } > > user { >