Sha256: 792979d0686a1e8dd13cf226c4157b8135f3117f342739e08bea21717f31ffd4

Contents?: true

Size: 412 Bytes

Versions: 27

Compression:

Stored size: 412 Bytes

Contents

#!/bin/bash -ex

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 && 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
cd rubygems-1.3.7 && ruby setup.rb --no-format-executable
gem install chef --no-ri --no-rdoc
gem install puppet --no-ri --no-rdoc

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
mccloud-0.1.1 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.28 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.27 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.26 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.25 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.24 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.23 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.22 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.21 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.20 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.19 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.18 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.17 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.16 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.15 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.14 lib/mccloud/templates/bootstrap/bootstrap-ubuntu-system.sh
mccloud-0.0.13 lib/mccloud/templates/bootstrap-ubuntu-system.sh
mccloud-0.0.12 lib/mccloud/templates/bootstrap-ubuntu-system.sh
mccloud-0.0.11 lib/mccloud/templates/bootstrap-ubuntu-system.sh
mccloud-0.0.10 lib/mccloud/templates/bootstrap-ubuntu-system.sh