Skip to content

Commit

Permalink
Make sure to use the same version of chef as the vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
tlpinney committed Mar 13, 2012
1 parent c95dd2f commit a80d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/fabfile.py
Expand Up @@ -13,7 +13,7 @@ def install_chef():
sudo('apt-get update', pty=True)
sudo('apt-get install -y git-core libopenssl-ruby rubygems ruby ruby-dev', pty=True)
#sudo('gem install chef --no-ri --no-rdoc', pty=True)
sudo('gem install chef --no-ri --no-rdoc -V 0.10.2', pty=True)
sudo('gem install chef --no-ri --no-rdoc --version=0.10.2', pty=True)


def sync_config():
Expand Down

0 comments on commit a80d20f

Please sign in to comment.