summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ips_package.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-12 11:19:16 -0700
committerTim Smith <tsmith@chef.io>2018-06-12 11:29:31 -0700
commita87f3922e90983bceaaa22f705cb6ee2bab235e4 (patch)
tree63b911facbc22afdaca00fe7fb118c943650e7e6 /lib/chef/resource/ips_package.rb
parenta06ed250ed0fa17302319e166388e8ad251e3808 (diff)
downloadchef-a87f3922e90983bceaaa22f705cb6ee2bab235e4.tar.gz
Add more property descriptions to resources
Slowly we'll get them all. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/ips_package.rb')
-rw-r--r--lib/chef/resource/ips_package.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/resource/ips_package.rb b/lib/chef/resource/ips_package.rb
index 70e3bfee81..ff154e8bd8 100644
--- a/lib/chef/resource/ips_package.rb
+++ b/lib/chef/resource/ips_package.rb
@@ -30,7 +30,9 @@ class Chef
allowed_actions :install, :remove, :upgrade
- property :accept_license, [TrueClass, FalseClass], default: false, desired_state: false
+ property :accept_license, [TrueClass, FalseClass],
+ default: false, desired_state: false,
+ description: "Accept an end-user license agreement, automatically."
end
end
end