Hello Everyone; I am somewhat of a newbie to puppet... I have installed puppet 3.0 and configured according to the insteuctions for 2.6 I updated the config.ru as instructed for 3.0. However, when I start httpd manually, passenger starts. When I start puppetmaster, it does not start httpd and is still using WebBrick... I am stumped and not really even sure where to begin troubleshooting. Any assistance would be greatly appreciated!! Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Oct 9, 2012, at 12:04 PM, Worker Bee wrote:> However, when I start httpd manually, passenger starts. When I start puppetmaster, it does not start httpd and is still using WebBrick… > I am stumped and not really even sure where to begin troubleshooting.Yes, puppetmaster service is webrick. You should disable puppetmaster service and enable httpd service. Your puppetmaster is now a passenger service within your apache instance. -- Jo Rhett Net Consonance : net philanthropy to improve open source and internet projects. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Running the puppetmaster from it''s init script runs the default server, and you don''t want it running if you''re using passenger. As long as you''ve set up passenger correctly and httpd is running, you have a puppetmaster running. Try triggering a client. On Tuesday, October 9, 2012 12:04:54 PM UTC-7, Worker Bee wrote:> > Hello Everyone; > > I am somewhat of a newbie to puppet... > I have installed puppet 3.0 and configured according to the insteuctions > for 2.6 > I updated the config.ru as instructed for 3.0. > > However, when I start httpd manually, passenger starts. When I start > puppetmaster, it does not start httpd and is still using WebBrick... > I am stumped and not really even sure where to begin troubleshooting. > Any assistance would be greatly appreciated!! > > Thanks in advance! > > > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/_PoHqhGKWF8J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Worker Bee
2012-Oct-09 21:06 UTC
Re: [Puppet Users] Re: Puppet 3.0, Passenger not starting
Thanks, guys! Totally forgot about that! Much appreciated! Have a great evening! On Tue, Oct 9, 2012 at 3:14 PM, Ellison Marks <gtyaoi@gmail.com> wrote:> Running the puppetmaster from it''s init script runs the default server, > and you don''t want it running if you''re using passenger. As long as you''ve > set up passenger correctly and httpd is running, you have a puppetmaster > running. Try triggering a client. > > > On Tuesday, October 9, 2012 12:04:54 PM UTC-7, Worker Bee wrote: >> >> Hello Everyone; >> >> I am somewhat of a newbie to puppet... >> I have installed puppet 3.0 and configured according to the insteuctions >> for 2.6 >> I updated the config.ru as instructed for 3.0. >> >> However, when I start httpd manually, passenger starts. When I start >> puppetmaster, it does not start httpd and is still using WebBrick... >> I am stumped and not really even sure where to begin troubleshooting. >> Any assistance would be greatly appreciated!! >> >> Thanks in advance! >> >> >> >> -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/_PoHqhGKWF8J. > > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.