Displaying 1 result from an estimated 1 matches for "myclientserv".
Did you mean:
clientserv
2006 Dec 06
1
Problem with puppetd --listen
Hello all,
I have a little problem with the --listen option.
Id like my client servers to update only when I run puppetrun on the
puppetmaster server. So far, I tried:
puppetd --listen --server mymasterserver -v (on the client server)
Then:
puppetrun --host myclientserver
The updates runs ok... but the client check for updates again every 30
mins or so and I dont want him to do so. I tried: puppetd --listen -v
but then it cant find my masterserver.
Ive read the documentation and the mailing list but couldn''t find an
answer to my question. So is it po...