chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 121 forks source link

Ugly output message during machine resource convergence #51

Open tpetchel opened 9 years ago

tpetchel commented 9 years ago
* machine[webserver-1] action converge[2014-12-16T15:57:53-08:00] WARN: Server webserver-1 was 
created with SSH username  and machine_options specifies username root.  Using .  Please edit the 
node and change the chef_provisioning.location.ssh_username attribute if you want to change it.
miguelcnf commented 9 years ago

I think this is related with #44? machine_spec.location has no ssh_username set from the start.

jkeiser commented 9 years ago

This is more about the error message, honestly. Probably still open.

randomcamel commented 9 years ago

The fix for this should probably be ported to chef-provisioning-fog, which has the same error message here.