spec/config/knife.rb in berkshelf-2.0.18 vs spec/config/knife.rb in berkshelf-3.0.0.beta1
- old
+ new
@@ -4,9 +4,9 @@
log_location STDOUT
node_name "berkshelf"
client_key "#{current_dir}/berkshelf.pem"
validation_client_name "validator"
validation_key "#{current_dir}/validator.pem"
-chef_server_url "http://localhost:4000"
+chef_server_url "http://localhost:26310"
cache_type 'BasicFile'
cache_options( :path => "#{ENV['HOME']}/.chef/checksums" )
cookbook_path []