summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-15 11:04:58 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-15 11:04:58 -0700
commita53c4ae82214274baa6535165ca4b7863c8e6aa7 (patch)
tree45a9086ad1ee7c4abb72e01df8eb80435c5bd1a6
parent31e535303e59c55778a368349ffb135306d17b8e (diff)
downloadchef-ohai.tar.gz
Docs updates from reviewohai
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/ohai.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ohai.rb b/lib/chef/resource/ohai.rb
index 5938b7b8d9..0dcd5be09f 100644
--- a/lib/chef/resource/ohai.rb
+++ b/lib/chef/resource/ohai.rb
@@ -75,7 +75,7 @@ class Chef
DOC
property :plugin, String,
- description: "Specific Ohai attribute data to reload. This property behaves similar to specifying attributes when running Ohai on the command line and takes the attribute that you wish to reload instead of the actual plugin name. For instance you you can pass `ipaddress` to reload `node['ipaddress']` even though that data comes from the `Network` plugin. If this property is not specified, #{Chef::Dist::PRODUCT} will reload all plugins."
+ description: "Specific Ohai attribute data to reload. This property behaves similar to specifying attributes when running Ohai on the command line and takes the attribute that you wish to reload instead of the actual plugin name. For instance, you can pass `ipaddress` to reload `node['ipaddress']` even though that data comes from the `Network` plugin. If this property is not specified, #{Chef::Dist::PRODUCT} will reload all plugins."
def load_current_resource
true