Sha256: 6c55abbfd27d787649d67eff1cb11e834b999cf9ad52fd4fd05ea65659848106

Contents?: true

Size: 662 Bytes

Versions: 29

Compression:

Stored size: 662 Bytes

Contents

#!/bin/bash

echo '------------------'
echo 'Bootstrapping Chef'
echo

aptitude -y update
aptitude -y install gcc g++ curl build-essential \
  libxml-ruby libxml2-dev \
  ruby irb ri rdoc ruby1.8-dev libzlib-ruby libyaml-ruby libreadline-ruby \
  libruby libruby-extras libopenssl-ruby \
  libdbm-ruby libdbi-ruby libdbd-sqlite3-ruby \
  sqlite3 libsqlite3-dev libsqlite3-ruby

curl -L 'http://rubyforge.org/frs/download.php/69365/rubygems-1.3.6.tgz' | tar zxf -
cd rubygems* && ruby setup.rb --no-ri --no-rdoc

ln -sfv /usr/bin/gem1.8 /usr/bin/gem

gem install chef ohai --no-ri --no-rdoc

echo
echo 'Bootstrapping Chef - done'
echo '-------------------------'

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
awsborn-0.9.11 contrib/chef-bootstrap.sh
awsborn-0.9.10 contrib/chef-bootstrap.sh
awsborn-0.9.9 contrib/chef-bootstrap.sh
awsborn-0.9.8 contrib/chef-bootstrap.sh
awsborn-0.9.7 contrib/chef-bootstrap.sh
awsborn-0.9.6 contrib/chef-bootstrap.sh
awsborn-0.9.5 contrib/chef-bootstrap.sh
awsborn-0.9.4 contrib/chef-bootstrap.sh
awsborn-0.9.3 contrib/chef-bootstrap.sh
awsborn-0.9.2 contrib/chef-bootstrap.sh
awsborn-0.9.1 contrib/chef-bootstrap.sh
awsborn-0.9.0 contrib/chef-bootstrap.sh
awsborn-0.8.7 contrib/chef-bootstrap.sh
awsborn-0.8.6 contrib/chef-bootstrap.sh
awsborn-0.8.5 contrib/chef-bootstrap.sh
awsborn-0.8.4 contrib/chef-bootstrap.sh
awsborn-0.8.3 contrib/chef-bootstrap.sh
awsborn-0.8.2 contrib/chef-bootstrap.sh
awsborn-0.8.1 contrib/chef-bootstrap.sh
awsborn-0.8.0 contrib/chef-bootstrap.sh