[Puppet Users] Re: Puppet performance test

2010-08-17 Thread Jomo
The line in  config.rb

 require 'puppet/application/puppetmasterd' 

it should be  require 'puppet/application/master'   ?


On Aug 18, 2:41 am, James Turnbull ja...@puppetlabs.com wrote:
 Daniel Pittman wrote:
  I suggest you look to replacing webrick with one of the other options that
  give multiple, load balanced puppetmasters.  Passenger and 0.25.* work well
  for me, but bugs with that have me holding off the 2.6 series for now

 Daniel

 Are there tickets logged for the issues?  Indeed what are the issues?
 Just want to make sure we're actually working to fix these.

 Cheers

 James Turnbull

 --
 Puppet Labs -http://www.puppetlabs.com
 C: 503-734-8571

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Re: Puppet performance test

2010-08-17 Thread James Turnbull
Jomo wrote:
 The line in  config.rb
 
  require 'puppet/application/puppetmasterd' 
 
 it should be  require 'puppet/application/master'   ?

It is:

http://github.com/reductivelabs/puppet/blob/2.6.x/ext/rack/files/config.ru

Fixed for 2.6.1.

Regards

James Turnbull

-- 
Puppet Labs - http://www.puppetlabs.com
C: 503-734-8571

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.