Removing cache config option
* fixes error (Unknown configuration section 'cache') Change-Id: I507aee9f68666d9bf296671f965ac39b90754183
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -6,9 +6,6 @@ Vagrant.configure("2") do |config|
|
||||
# Berkshelf plugin configuration
|
||||
config.berkshelf.enabled = true
|
||||
|
||||
# Cachier plugin configuration
|
||||
config.cache.auto_detect = true
|
||||
|
||||
# Chef-Zero plugin configuration
|
||||
config.chef_zero.enabled = true
|
||||
config.chef_zero.chef_repo_path = "."
|
||||
|
||||
Reference in New Issue
Block a user