summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-12-01 16:24:59 -0800
committerSalim Alam <salam@chef.io>2015-12-01 16:44:04 -0800
commit6f0c4928677ea7be6213d06e6a318d57ebed5c47 (patch)
treea36da7491b844a581d1aae76f2556a45248d2157
parent44b59d6c66c7c88a3798e2e854a2601ccba554ac (diff)
downloadchef-6f0c4928677ea7be6213d06e6a318d57ebed5c47.tar.gz
Update DOC_CHANGES: remove chocolatey_package, add info for ksh resource
-rw-r--r--DOC_CHANGES.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 7ee2688c2c..58de140ec0 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -49,13 +49,23 @@ There is currently no support in supermarket for making this metadata visible in
depsolvers, or support in Berksfile/PolicyFile for automatically pruning cookbooks that fail
to match.
-### `chocolatey_package` and `ksh` resources
-
-Assuming both of those make 12.6, placeholder pages:
-
-chocolatey_package: https://docs.chef.io/release/12-6/resource_chocolatey_package.html
+### `ksh` resources
+
+Use the ksh resource to execute scripts using the Korn shell (ksh) interpreter.
+This resource may also use any of the actions and properties that are available
+to the execute resource.
+
+Example:
+```ruby
+ksh 'hello world' do
+ code <<-EOH
+ echo "Hello world!"
+ echo "Current directory: " $cwd
+ EOH
+end
+```
-ksh: https://docs.chef.io/release/12-6/resource_ksh.html
+See https://docs.chef.io/release/12-6/resource_ksh.html for more info.
### `dsc_resource` resource