diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-14 21:35:07 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-15 08:16:07 -0800 |
commit | 748b3e626a20d050d5d777ce5c206203e01f8386 (patch) | |
tree | da33ce7ab4cc02e75ebbe95767abce8d8a1d7252 | |
parent | 58041e245a34c3773285cd27ff74cea4e838e520 (diff) | |
download | chef-748b3e626a20d050d5d777ce5c206203e01f8386.tar.gz |
Add back the provides to the provider
Magic doesn't work here since the class name isn't magical
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/provider/log.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/provider/log.rb b/lib/chef/provider/log.rb index e3f07b9a16..20e6064903 100644 --- a/lib/chef/provider/log.rb +++ b/lib/chef/provider/log.rb @@ -24,6 +24,8 @@ class Chef # @author Cary Penniman <cary@rightscale.com> # @author Tyler Cloke <tyler@chef.io> class ChefLog < Chef::Provider + provides :log + # No concept of a 'current' resource for logs, this is a no-op # # @return [true] Always returns true |