[root@e-imgsrv puppet]# netstat -tulpn | grep 8140
tcp0 0 0.0.0.0:81400.0.0.0:*
LISTEN 48905/ruby
Don't have any firewall settings as network is unreachable from outside,
but
[root@e-imgsrv puppet]# iptables -L -n
Chain INPUT (policy ACCEP
On Wednesday, November 19, 2014 6:24:28 AM UTC-5, Johan De Wit wrote:
>
>
>
> netstat -tupln | grep 8140 : is puppet master up and running and listening
>
> iptables -L -n : firewall settings correct
>
> ping my-puppet-svr : name resolution working
>
> Just checking the obvious stuff first .
Currently trying to get puppet, katello and foreman to play nicely.
Everything except puppet is working as I would expect.
No matter what I try, whether it be blasting the /var/lib/puppet/ssl
directory, running --clean (or whatever the commands are), or trying all
the steps on the Puppet tro