diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-08-08 14:45:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-08-08 15:34:00 -0700 |
commit | e10231977b030e1bf42d32f3858c27346866d53d (patch) | |
tree | b82c34d1e6c07dd716048a63c1ebfe01b4eb4764 /lib/chef/resource/windows_ad_join.rb | |
parent | 6aeacddd7222d7fb5559787c6017b663d3292574 (diff) | |
download | chef-e10231977b030e1bf42d32f3858c27346866d53d.tar.gz |
Improve the auto-generated docs
Formatting fixes and updates to the text to make the generated text match what's currently on the site.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_ad_join.rb')
-rw-r--r-- | lib/chef/resource/windows_ad_join.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_ad_join.rb b/lib/chef/resource/windows_ad_join.rb index 23faa60ee5..c0a84746b5 100644 --- a/lib/chef/resource/windows_ad_join.rb +++ b/lib/chef/resource/windows_ad_join.rb @@ -31,7 +31,7 @@ class Chef introduced "14.0" property :domain_name, String, - description: "The FQDN of the Active Directory domain to join if it differs from the resource block's name.", + description: "An optional property to set the FQDN of the Active Directory domain to join if it differs from the resource block's name.", validation_message: "The 'domain_name' property must be a FQDN.", regex: /.\../, # anything.anything name_property: true |