Skip to content

Commit

Permalink
Dropped back down to Chef 11 because of issues using the nginx_load_b…
Browse files Browse the repository at this point in the history
…alancer resource: poise/application_nginx#20
  • Loading branch information
Azrael808 committed Feb 16, 2015
1 parent 4c07f91 commit 3f50e50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.hostname = "tiddlywiki5-berkshelf"

# Set the version of chef to install using the vagrant-omnibus plugin
config.omnibus.chef_version = :latest
#config.omnibus.chef_version = :latest
# Forcing Chef version 11 due to imcompatibilities with Chef 12:
# https://github.com/poise/application_nginx/issues/20
config.omnibus.chef_version = "11.18.6"

# Every Vagrant virtual environment requires a box to build off of.
# If this value is a shorthand to a box in Vagrant Cloud then
Expand Down

0 comments on commit 3f50e50

Please sign in to comment.