summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-04-27 22:44:28 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-04-27 22:44:28 -0700
commitbab9b3459fe41849970e50cb9b96ea62370fbad0 (patch)
treec685354e2798bf08905dca308f9c58a52b94e33a /lib/chef/provider.rb
parent39c0a0994cb5af59e4fbb9fefbc487f6bc21d2fb (diff)
downloadchef-bab9b3459fe41849970e50cb9b96ea62370fbad0.tar.gz
chef compiles
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