puppet/puppet
Ossi Salmi 3f1bb7a278 Don't install rubygem packages on CentOS 6
Because rails is missing from EPEL, some manual installation is needed.
See puppet/README.CentOS for instructions.
2012-01-22 19:38:30 +02:00
..
files Increased puppet-check memory limit to 160 MB 2012-01-13 01:57:41 +02:00
manifests Don't install rubygem packages on CentOS 6 2012-01-22 19:38:30 +02:00
templates Fixed puppet_listenports variable from puppet-httpd.conf.erb template. 2011-11-29 11:09:46 +02:00
bootstrap-server.sh Removed depency to storeconfigs from puppet server bootstrap script. 2011-07-28 17:00:15 +03:00
README.CentOS Don't install rubygem packages on CentOS 6 2012-01-22 19:38:30 +02:00

Installing the required gems on CentOS 6:

yum install ruby ruby-devel rubygems sqlite sqlite-devel
gem install --no-rdoc --no-ri rubygems-update && update_rubygems
gem install --no-rdoc --no-ri mongrel rails sqlite3