lib/chef/provisioning/fog_driver/providers/digitalocean.rb in chef-provisioning-fog-0.17.0 vs lib/chef/provisioning/fog_driver/providers/digitalocean.rb in chef-provisioning-fog-0.18.0

- old
+ new

@@ -8,9 +8,16 @@ def creator '' end + def convergence_strategy_for(machine_spec, machine_options) + machine_options = Cheffish::MergedConfig.new(machine_options, { + :convergence_options => {:ohai_hints => {'digital_ocean' => {}}} + }) + super(machine_spec, machine_options) + end + def converge_floating_ips(action_handler, machine_spec, machine_options, server) # DigitalOcean does not have floating IPs end def bootstrap_options_for(action_handler, machine_spec, machine_options)