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 
      

My config.ru : 

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

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/74651585-ad76-4e3b-bc91-3624f658b792%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to