Brand new install versions below.
****ruby 2.0.0p598 (2014-11-13) [x86_64-linux]
puppet 4.5.2
Phusion Passenger 5.0.29
CentOS Linux release 7.2.1511 (Core)****
Followed the latest documentation here. https://docs.puppet.com/puppet/latest/reference/passenger.html#install-apache-and-passenger
When I stop puppetserver and start httpd I can see the netstat listening
**tcp6 0 0 :::8140 :::* LISTEN 5908/httpd**
When I run puppet agent --test on the node
**Error: Could not request certificate: Error 500 on SERVER: **
In the httpd error log I get
**Error ID: 59e3b2be
Error details saved to: /tmp/passenger-error-VEvXNv.html
Message from application: cannot load such file -- puppet/util/command_line (LoadError)**
There is no passenger log in the /tmp dir to view
The paths in the /etc/httpd/conf.d/puppetmaster.conf to my certs and logs are correct.
When I stop httpd and start the puppetserver I can check in a node just fine.
↧