Skip to content

Commit a80d20f

Browse files
committed
Make sure to use the same version of chef as the vagrant
1 parent c95dd2f commit a80d20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def install_chef():
1313
sudo('apt-get update', pty=True)
1414
sudo('apt-get install -y git-core libopenssl-ruby rubygems ruby ruby-dev', pty=True)
1515
#sudo('gem install chef --no-ri --no-rdoc', pty=True)
16-
sudo('gem install chef --no-ri --no-rdoc -V 0.10.2', pty=True)
16+
sudo('gem install chef --no-ri --no-rdoc --version=0.10.2', pty=True)
1717

1818

1919
def sync_config():

0 commit comments

Comments
 (0)