Read more

get debug output for puppetmaster running with passenger

Kim Klotz
July 22, 2015Software engineer at makandra GmbH

If you need the debug output of the puppetmaster running with passenger you have to uncomment this setting in the config.ru:

#ARGV << "--debug"
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

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.

Posted by Kim Klotz to makandra Operations (2015-07-22 15:55)