Add a simple bootstrap.sh to set up puppet

This commit is contained in:
R. Tyler Croy 2012-04-28 16:31:20 -07:00
parent c04396d055
commit 8b31f0ca76
1 changed files with 8 additions and 0 deletions

8
bootstrap.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh -xe
apt-get install -y ruby1.8 \
ruby1.8-dev \
libopenssl-ruby1.8 \
rubygems
gem install puppet --no-ri --no-rdoc