hrmmmwhynot
hrmmmwhynot
Not sure about the current state of the code base here or whether you still need it or not, but for us, we had to extend the "add_extra_nic" method under...
Not sure if this applies to the current state of the code here, but try adding this into "driver.rb" > def clone_vm(action_handler, bootstrap_options, machine_name) right after "vm = vsphere_helper.find_vm(vm_folder, machine_name)"...
I'm not a ruby expert and so I'm sure maybe the proper way is maybe to write something in your cookbook to extend "class VsphereHelper", and perhaps this is a...
don't think you can without modifying some code... I believe it is here that preps the chef entry for saving. https://github.com/chef/chef-provisioning/blob/master/lib/chef/provider/machine.rb line 188 @machine_spec = chef_managed_entry_store.new_entry(:machine, new_resource.name, json) The new_resource.name...