diff options
author | John Keiser <john@johnkeiser.com> | 2015-05-28 11:32:10 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-06-01 08:02:05 -0700 |
commit | 46e3f2258b1b04ca6030b5ef1575adadaa920e08 (patch) | |
tree | f59066b287aee399b923de9346be4a42f4e20924 /lib/chef/resource/ohai.rb | |
parent | 5998cc7315507e649bb76f139c07715f6e590707 (diff) | |
download | chef-46e3f2258b1b04ca6030b5ef1575adadaa920e08.tar.gz |
Add use_automatic_resource_name
Diffstat (limited to 'lib/chef/resource/ohai.rb')
-rw-r--r-- | lib/chef/resource/ohai.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ohai.rb b/lib/chef/resource/ohai.rb index 7451b1b84e..be24e97bde 100644 --- a/lib/chef/resource/ohai.rb +++ b/lib/chef/resource/ohai.rb @@ -20,7 +20,7 @@ class Chef class Resource class Ohai < Chef::Resource - resource_name :ohai + use_automatic_resource_name identity_attr :name |