lib/chef/resource/machine.rb in chef-provisioning-2.7.4 vs lib/chef/resource/machine.rb in chef-provisioning-2.7.6

- old
+ new

@@ -15,10 +15,10 @@ @chef_server = run_context.cheffish.current_chef_server @driver = run_context.chef_provisioning.current_driver @machine_options = run_context.chef_provisioning.current_machine_options end - actions :allocate, :ready, :setup, :converge, :converge_only, :destroy, :stop + actions :allocate, :ready, :ready_only, :setup, :converge, :converge_only, :destroy, :stop default_action :converge # Driver attributes attribute :driver