diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-26 11:55:39 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-26 11:55:39 -0700 |
commit | f183822775dc7f1b10ea246acdd0fe6191da91b3 (patch) | |
tree | c629239d6609cd4fc7514133ba17015fff0897ac /lib/chef/resource/dmg_package.rb | |
parent | ecd1a09f60cc7946021499ec1407c389cbcaa4be (diff) | |
download | chef-f183822775dc7f1b10ea246acdd0fe6191da91b3.tar.gz |
Update description fields from the docs sitedescriptions
Minor syncs from the docs site.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/dmg_package.rb')
-rw-r--r-- | lib/chef/resource/dmg_package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/dmg_package.rb b/lib/chef/resource/dmg_package.rb index 7442a8f455..f697d8303b 100644 --- a/lib/chef/resource/dmg_package.rb +++ b/lib/chef/resource/dmg_package.rb @@ -75,7 +75,7 @@ class Chef default: nil property :allow_untrusted, [TrueClass, FalseClass], - description: "Allows packages with untrusted certs to be installed.", + description: "Allow installation of packages that do not have trusted certificates.", default: false load_current_value do |new_resource| |