Skip to content

Commit

Permalink
Merge pull request jedi4ever#126 from fadhlirahim/ubuntu11_postinstall
Browse files Browse the repository at this point in the history
Fix postinstallation where installation of gem silentsly fail
  • Loading branch information
jedi4ever committed Oct 3, 2011
2 parents 48274a0 + 84dec1a commit 4f5a56f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/ubuntu-11.04-server-amd64/postinstall.sh
Expand Up @@ -39,6 +39,12 @@ cd rubygems-1.7.2
cd ..
rm -rf rubygems-1.7.2*

# Installing make tool for chef
apt-get install make

# Installing dependencies for chef
/opt/ruby/bin/gem install polyglot net-ssh-gateway mime-types

# Installing chef & Puppet
/opt/ruby/bin/gem install chef --no-ri --no-rdoc
/opt/ruby/bin/gem install puppet --no-ri --no-rdoc
Expand Down

0 comments on commit 4f5a56f

Please sign in to comment.