Posted over 5 years ago. Visible to the public.
get debug output for puppetmaster running with passenger
If you need the debug output of the puppetmaster running with passenger you have to uncomment this setting in the config.ru
:
Copy#ARGV << "--debug"
If you don't know where your config.ru
is, check the Apache DocumentRoot
. It's in /path/to/DocumentRoot/../config.ru
. For example if your DocumentRoot is /etc/puppet/rack/public/
the config.ru
is in /etc/puppet/rack/config.ru
.