spec/config/knife.rb in berkshelf-7.2.2 vs spec/config/knife.rb in berkshelf-8.0.0

- old
+ new

@@ -2,9 +2,9 @@ log_location STDOUT node_name "berkshelf" client_key File.expand_path("spec/config/berkshelf.pem") validation_client_name "validator" validation_key File.expand_path("spec/config/validator.pem") -chef_server_url "http://localhost:26310" +chef_server_url "http://127.0.0.1:26310" cache_type "BasicFile" cache_options( path: "#{ENV["HOME"]}/.chef/checksums" ) cookbook_path []