Hi.
I am running puppet with puppet version 3.3.2-1, apache 2.2.22-1ubuntu1.4 and passenger module 2.2.11debian-2.
I having problem with passenger module, i create the config file /usr/share/puppet/rack/puppetmasterd/
config.ru but
the process master the puppet is not running .
For what seems apache is not recognizing the file
config.ru
Example in other machine running puppet version 2.6 i have the result in ps -aux :
puppet 16874 *** **** ***** **** ***** S 18:24 0:00 master
ARGV << "--debug"
ARGV << "--rack"
# Rack applications typically don't start as root. Set --confdir and --vardir
# to prevent reading configuration from ~puppet/.puppet/puppet.conf and writing
# to ~puppet/.puppet
ARGV << "--trace"
ARGV << "--vardir" << "/var/lib/puppet"
ARGV << "--config" << "/etc/puppet/puppet.conf"
require 'puppet/util/command_line'
# we're usually running inside a Rack::Builder.new {} block,
# therefore we need to call run *here*.
run Puppet::Util::CommandLine.new.execute
#run Puppet::Application[:master].run
Permissions:
-rwxr-xr-x 1 puppet puppet 1618 Nov 18 17:31 /usr/share/puppet/rack/puppetmasterd/
config.ru
Someone help me?
Regards,
Marcelo Frota