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

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -