diff options
author | John Keiser <john@johnkeiser.com> | 2015-05-01 21:30:00 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-05-13 13:43:13 -0700 |
commit | 6505a4204dde463c8dc4bce6b814b0a44805d5bc (patch) | |
tree | 2208223367c4befc061e1a9b05c61d6efe662022 /lib/chef/resource/log.rb | |
parent | 3eebfe4b433761b079fad0c543c1a93b555f546b (diff) | |
download | chef-6505a4204dde463c8dc4bce6b814b0a44805d5bc.tar.gz |
Add "provides" to all resources
Diffstat (limited to 'lib/chef/resource/log.rb')
-rw-r--r-- | lib/chef/resource/log.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb index 7f970a87a4..87be01aaa9 100644 --- a/lib/chef/resource/log.rb +++ b/lib/chef/resource/log.rb @@ -23,6 +23,7 @@ require 'chef/provider/log' class Chef class Resource class Log < Chef::Resource + provides :log identity_attr :message @@ -75,5 +76,3 @@ class Chef end end end - - |