lib/kitchen/driver/vsphere.rb in chef-provisioning-vsphere-2.2.1 vs lib/kitchen/driver/vsphere.rb in chef-provisioning-vsphere-2.2.2
- old
+ new
@@ -21,15 +21,15 @@
bootstrap_options: {
use_linked_clone: true,
ssh: {
user: 'root',
paranoid: false,
- port: 22,
+ port: 22
},
convergence_options: {},
customization_spec: {
- domain: 'local',
- },
+ domain: 'local'
+ }
}
default_config(:vsphere_name) do |driver|
"#{driver.instance.name}-#{SecureRandom.hex(4)}"
end