Created
August 30, 2012 18:47
-
-
Save joshdvir/3537300 to your computer and use it in GitHub Desktop.
Bootstrap Chef Solo - for Ubuntu 12.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
apt-get -y update | |
apt-get -y -f install build-essential | |
apt-get -y install ruby1.9.1 rubygems1.9.1 ri1.9.1 rdoc1.9.1 ruby1.9.1-dev g++ irb1.9.1 libopenssl-ruby1.9.1 openssl | |
gem install chef right_aws --no-ri --no-rdoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment