I would suggest using Passenger. I am using CentOS 5.5 and the setup
is as follows:
Configure EPEL yum repository http://dev.antoinesolutions.com/epel-repository
for the RPM installer, or you can manually create an epel.repo file
in /etc/yum.repos.d

After the EPEL yum repo is set up run:
yum -y install rubygems ruby-devel httpd-devel curl-devel zlib-devel
gcc-devel openssl-devel mod_ssl (This should also install any
dependencies you need)

Install facter, puppet, rack and passenger:
gem install facter
gem install puppet
gem install rack
gem install passenger

My versions of each are:
facter 1.5.8
puppet 2.6.6
rack 1.0.0
passenger 3.0.5

After you have installed your gems run:
passenger-install-apache2-module and follow the instructions on screen

After this step you can just finish following the instructions found
here: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger

Hope this helps.
On Mar 23, 11:25 am, hyzhang <hyzh...@jcvi.org> wrote:
> Hi,
>
> My organization is going to set up puppet soon. We have thousands
> servers and desktops. Would WEBrick work well for this? Or should we
> use Passenger?
>
> Thanks,
> Haiyan

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to