Is running puppet possible on any particular port? -
is possible configure puppet run on particular port?
if need agent run under port 40000 - possible?
well, it's master listens on port (by default, 8140), whereas agents open connections master.
if wanted change master's port, run on master:
# puppet config set masterport 40000
this command edit puppet.conf
file, lives in $confdir.
Comments
Post a Comment