summaryrefslogtreecommitdiff
path: root/lib/chef/resource/log.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/log.rb')
-rw-r--r--lib/chef/resource/log.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb
index da996f28ba..b642b5dee2 100644
--- a/lib/chef/resource/log.rb
+++ b/lib/chef/resource/log.rb
@@ -30,6 +30,7 @@ class Chef
# end
class Log < Chef::Resource
resource_name :log
+ provides :log, target_mode: true
description "Use the log resource to create log entries. The log resource behaves"\
" like any other resource: built into the resource collection during the"\