diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-24 10:16:07 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-24 10:17:20 -0700 |
commit | 0e718291d112a7fcd9fe7df04010025a26861ea4 (patch) | |
tree | b6ca84471620db84102671f125dd5e81199df9bf /lib/chef/resource/log.rb | |
parent | 40d62b29e6072a212036ce1953657bb7dc4ab399 (diff) | |
download | chef-0e718291d112a7fcd9fe7df04010025a26861ea4.tar.gz |
enable target mode on some resourceslcg/enable-target-mode
see PR for pontification on ruby_block
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/resource/log.rb')
-rw-r--r-- | lib/chef/resource/log.rb | 1 |
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"\ |