summaryrefslogtreecommitdiff
path: root/lib/chef/resource/action_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/action_class.rb')
-rw-r--r--lib/chef/resource/action_class.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/resource/action_class.rb b/lib/chef/resource/action_class.rb
index 89b23499d0..98b4d87ef1 100644
--- a/lib/chef/resource/action_class.rb
+++ b/lib/chef/resource/action_class.rb
@@ -28,6 +28,10 @@ class Chef
"#{new_resource || "<no resource>"} action #{action ? action.inspect : "<no action>"}"
end
+ def whyrun_supported?
+ true
+ end
+
#
# If load_current_value! is defined on the resource, use that.
#