/[adm]/puppet/modules/puppet/manifests/thin.pp
ViewVC logotype

Contents of /puppet/modules/puppet/manifests/thin.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2448 - (show annotations) (download)
Sun Feb 19 17:45:04 2012 UTC (12 years, 2 months ago) by misc
File size: 158 byte(s)
add a module to start the integration of thin and puppet, since webrick
( default puppet server ) as some scalabilty issue ( ie, the numerous ssl
errors we can see from time to time ).

As explained on puppet website, webrick can only serve 1 client at a time,
so we need to switch to a better system. Mongrel is no longer developped, passenger
fork boost ( not very good IMHO ), so thin is the simplest option for now
1 class puppet::thin {
2 package { 'ruby-thin': }
3
4 apache::config { "/etc/httpd/conf.d/puppet.conf":
5 content => "Listen 8140",
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30