By thomas, Fri, 05/22/2009 - 14:44
the server is called puppetmasterd configuration stored in /etc/puppet/puppet.conf default installation requires no changes to startup.
[root@server ~] chkconfig puppetmaster on
[root@server ~] service puppetmaster start
Starting puppetmaster:                    [  OK  ]
puppetmasterd will start and listen on port 8140, you'll need to allow clients to connect to that port.
[root@server sysconfig]# iptables -I RH-Firewall-1-INPUT \
  -p tcp -m tcp -m state --state NEW,ESTABLISHED,RELATED \
  --destination-port 8140 -j ACCEPT
[root@server sysconfig]# iptables-save >iptables