From a80d20fd0419e7e6aa9a9d83145fcab2987e286c Mon Sep 17 00:00:00 2001 From: Travis L Pinney Date: Mon, 12 Mar 2012 22:01:23 -0700 Subject: [PATCH] Make sure to use the same version of chef as the vagrant --- deploy/fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/fabfile.py b/deploy/fabfile.py index f9f8fe1f725..bb4f7ba0499 100755 --- a/deploy/fabfile.py +++ b/deploy/fabfile.py @@ -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():