Fix the docs link to Ohai in the Ohai module (#33788)

This commit is contained in:
Tim Smith 2018-03-08 17:00:17 -08:00 committed by scottb
parent fafcb3452f
commit e479e55f59

View file

@ -18,7 +18,7 @@ module: ohai
short_description: Returns inventory data from I(Ohai)
description:
- Similar to the M(facter) module, this runs the I(Ohai) discovery program
(U(http://wiki.opscode.com/display/chef/Ohai)) on the remote host and
(U(https://docs.chef.io/ohai.html)) on the remote host and
returns JSON inventory data.
I(Ohai) data is a bit more verbose and nested than I(facter).
version_added: "0.6"