puppet/puppet
Ossi Salmi 98767cfb2a Merge tmakinen/puppet
Conflicts:
	dovecot/manifests/init.pp
	libvirt/manifests/init.pp
	munin/manifests/init.pp
	puppet/manifests/init.pp
	tftp/manifests/init.pp
2012-11-16 19:40:31 +02:00
..
files Fixed puppet-clean-storeconfigs with MySQL database 2012-07-01 13:01:37 +03:00
manifests Merge tmakinen/puppet 2012-11-16 19:40:31 +02:00
templates Removed puppet file shares from puppet-httpd.conf 2012-11-16 19:15:14 +02:00
bootstrap-server.sh Fixed puppetmaster bootstrap on Ubuntu 2012-04-25 13:24:16 +03:00
README.CentOS Added support for deploying puppetmaster using webrick 2012-04-18 12:53:20 +03:00

Installing the required gems on CentOS 6:

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