From a87f3922e90983bceaaa22f705cb6ee2bab235e4 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 12 Jun 2018 11:19:16 -0700 Subject: Add more property descriptions to resources Slowly we'll get them all. Signed-off-by: Tim Smith --- lib/chef/resource/ips_package.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/chef/resource/ips_package.rb') 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 -- cgit v1.2.1