[Puppet Users] masterport custom fact

2008-12-08 Thread Matt Hyclak
I am trying to get access to what port is being used by a client when it runs. The ultimate goal is to be able to run production puppet on port 8140, and a staging/test puppet on port 8150. A client could be converted between one or the other by overriding masterport on the command line, but once

[Puppet Users] Re: upgrading from 0.24-4 to 0.24-6

2008-10-28 Thread Matt Hyclak
On Oct 28, 3:53 am, "Ohad Levy" <[EMAIL PROTECTED]> wrote: > after testing a few clients, I've seen negative performance change: > >  puppetd[25489]: Finished catalog run in 25.94 seconds >  puppetd[26223]: Finished catalog run in 25.78 seconds >  puppetd[26981]: Finished catalog run in 26.13 se

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

2008-10-10 Thread Matt Hyclak
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 { 'smith' : ensure => present, uid => 119, gid => 5