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
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
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