Sha256: 41f13f8782bd55394056fa46419e032b43854da02478f5dd9aef4eebc552dfaa

Contents?: true

Size: 594 Bytes

Versions: 32

Compression:

Stored size: 594 Bytes

Contents

#!/bin/bash -e

apt-get update
apt-get -y install ruby ruby-dev libopenssl-ruby rdoc ri irb build-essential wget ssl-cert
cd /tmp
test ! -f rubygems-1.3.7.tgz && wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz
test -f rubygems-1.3.7.tgz && tar zxf rubygems-1.3.7.tgz

gem --version |grep 1.3.7 | wc -l |grep 0 && cd rubygems-1.3.7 && ruby setup.rb --no-format-executable

gem list chef|grep chef|wc -l | grep 0 && gem install chef --no-ri --no-rdoc
gem list puppet|grep puppet|wc -l | grep 0 && gem install puppet --no-ri --no-rdoc

useradd puppet

echo "bootstrap finished"

Version data entries

32 entries across 16 versions & 1 rubygems

Version Path
mccloud-0.1.1 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.1.1 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.28 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.28 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.27 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.27 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.26 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.26 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.25 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.25 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.24 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.24 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.23 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.23 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.22 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.22 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.21 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.21 samples/bootstrap-ubuntu-system.sh
mccloud-0.0.20 templates/ubuntu-10.10-server-amd64/bootstrap.sh
mccloud-0.0.20 samples/bootstrap-ubuntu-system.sh