puppet/puppet
2012-04-12 09:26:19 +00:00
..
files Fixed puppet::client for OpenBSD 4.9. 2012-03-12 14:27:14 +02:00
manifests Add variable to control Puppet's own diffing of various files. 2012-04-12 09:26:19 +00:00
templates Add variable to control Puppet's own diffing of various files. 2012-04-12 09:26:19 +00:00
bootstrap-server.sh Removed depency to storeconfigs from puppet server bootstrap script. 2011-07-28 17:00:15 +03:00
README.CentOS Updated puppet/README.CentOS 2012-01-26 11:31:22 +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 sqlite3
gem install --no-rdoc --no-ri rails -v 2.3.14