lib/chef/provider/machine_file.rb in chef-provisioning-1.3.0 vs lib/chef/provider/machine_file.rb in chef-provisioning-1.4.0
- old
+ new
@@ -3,9 +3,10 @@
require 'chef/provisioning/machine'
class Chef
class Provider
class MachineFile < Chef::Provider::LWRPBase
+ provides :machine_file
def action_handler
@action_handler ||= Chef::Provisioning::ChefProviderActionHandler.new(self)
end