summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r--lib/chef/provider.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index d296b63227..018f687069 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -29,5 +29,10 @@ class Chef
@current_resource = nil
end
+ def action_nothing
+ Chef::Log.debug("Doing nothing for #{self.to_s}")
+ true
+ end
+
end
end \ No newline at end of file