lib/chef/knife/google_server_create.rb in knife-google-5.0.5 vs lib/chef/knife/google_server_create.rb in knife-google-5.0.8
- old
+ new
@@ -197,10 +197,10 @@
}
end
def set_default_config
# dumb hack for knife-cloud, which expects the user to pass in the WinRM password to use when bootstrapping.
- # We won't know the password until the instance is created and we forceably reset it.
+ # We won't know the password until the instance is created and we forcibly reset it.
config[:connection_password] = "will_change_this_later"
end
def validate_params!
check_for_missing_config_values!(:gce_zone, :machine_type, :image, :boot_disk_size, :network)