diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-03-03 21:12:50 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-03-03 21:15:06 -0800 |
commit | 39a1e0f0bea5103924b21400f4aeb890dffa405b (patch) | |
tree | 4e919ad41ca2776108b55b11fc80eb51ee3fb3bc /lib/chef/resource/ksh.rb | |
parent | 633c4445e00f3174d156ac69a05be117a3fd0456 (diff) | |
download | chef-39a1e0f0bea5103924b21400f4aeb890dffa405b.tar.gz |
Remove the canonical DSL
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/resource/ksh.rb')
-rw-r--r-- | lib/chef/resource/ksh.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/resource/ksh.rb b/lib/chef/resource/ksh.rb index 0ebcfaaba6..c80a373b17 100644 --- a/lib/chef/resource/ksh.rb +++ b/lib/chef/resource/ksh.rb @@ -1,6 +1,6 @@ # # Author:: Nolan Davidson (<nolan.davidson@gmail.com>) -# Copyright:: Copyright 2015-2016, Chef Software, Inc. +# Copyright:: Copyright 2015-2020, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,6 +23,8 @@ class Chef class Ksh < Chef::Resource::Script unified_mode true + provides :ksh + description "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. Commands that are executed"\ |