木偶主机

你可以让Puppet在自定义端口上监听端口80而不是8140,因为我已经看到了它。

它可以在etc/puppet/puppet.conf

masterport = 80

有一个命令,不知道我是否使用正确的puppet agent --server puppetmaster --masterport 80告诉代理在端口80听。然而,改变主人的conf文件,并重新启动木偶,它仍然听主站上的端口8140。

REF:

http://docs.puppetlabs.com/references/latest/configuration.html?_ga=1.180521710.894759668.1437550934#masterport

这个改变需要在这两个configuration文件中完成:

/etc/puppet/puppet.conf

 [main] ... user=root masterport=80 

/etc/default/puppet

 ... PORT=80