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

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -