summaryrefslogtreecommitdiff
path: root/lib/chef/provider/log.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/log.rb')
-rw-r--r--lib/chef/provider/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/log.rb b/lib/chef/provider/log.rb
index 8d15883ff6..f0943f9795 100644
--- a/lib/chef/provider/log.rb
+++ b/lib/chef/provider/log.rb
@@ -21,7 +21,7 @@ class Chef
class Log
# Chef log provider, allows logging to chef's logs
class ChefLog < Chef::Provider
- provides :log
+ provides :log, target_mode: true
# No concept of a 'current' resource for logs, this is a no-op
#