Skip to content

Commit

Permalink
update Vagrantfile to point at latest release version
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Feb 2, 2013
1 parent f5f9600 commit d7e64c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Vagrantfile
Expand Up @@ -66,9 +66,7 @@ Vagrant::Config.run do |config|
chef.provisioning_path = guest_cache_path
chef.json = {
"chef-server" => {
"version" => :latest,
"prereleases" => true,
"nightlies" => true
"version" => :latest
}
}

Expand Down

0 comments on commit d7e64c2

Please sign in to comment.