summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-23 11:59:44 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-23 13:49:35 -0700
commitfe1c5b5a07ba1c95320a322d61387ab75f417604 (patch)
tree22b1d715baf02fcd7ed47c70915f7c21e6a19cd5
parent198adcec78affb0d6c820bf0449ac60b29f517d7 (diff)
downloadchef-fe1c5b5a07ba1c95320a322d61387ab75f417604.tar.gz
More docs improvements
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/script.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/resource/script.rb b/lib/chef/resource/script.rb
index 71c2f754e4..f7e1a013ef 100644
--- a/lib/chef/resource/script.rb
+++ b/lib/chef/resource/script.rb
@@ -47,7 +47,9 @@ class Chef
end
end
- property :code, String, required: true
+ property :code, String, required: true,
+ description: "A quoted string of code to be executed."
+
property :interpreter, String
property :flags, String,