Skip to content

Commit

Permalink
Merge branch 'fast-gem-install' of https://github.com/sit/littlechef
Browse files Browse the repository at this point in the history
…into sit-fast-gem-install
  • Loading branch information
tobami committed Jan 18, 2011
2 parents 00680c1 + 555fb10 commit 0a947fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion littlechef.py
Expand Up @@ -287,7 +287,7 @@ def _gem_install():
with cd("rubygems-1.3.7"):
sudo('ruby setup.rb --no-format-executable', pty=True)
sudo('rm -rf rubygems-1.3.7 rubygems-1.3.7.tgz')
sudo('gem install chef', pty=True)
sudo('gem install --no-rdoc --no-ri chef', pty=True)

def _gem_apt_install():
'''Install Chef from gems for apt based distros'''
Expand Down

0 comments on commit 0a947fc

Please sign in to comment.