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

many to many - Django Rest Framework ManyToMany filter multiple values -

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

Java Entity Manager - JSON reader was expecting a value but found 'db' -