diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-10-28 21:50:47 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-10-28 21:50:47 -0700 |
commit | ddf24bcbbfed3852fc3c19f739927072a27c1f00 (patch) | |
tree | 4ca425d02a23d52136f4597942548f9cade89d40 /lib/chef/resource/ksh.rb | |
parent | 9ccc77bfdadc398e8bec8eaac723df785399e319 (diff) | |
download | chef-ddf24bcbbfed3852fc3c19f739927072a27c1f00.tar.gz |
Turn on unified_mode for 35 core resources
These are the ones that off of the top of my head it should be perfectly
safe to turn on `unifed_mode` with minimal auditing.
Most of these are so old that they do not use any sub-resources at all.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/resource/ksh.rb')
-rw-r--r-- | lib/chef/resource/ksh.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/ksh.rb b/lib/chef/resource/ksh.rb index a150efe330..0ebcfaaba6 100644 --- a/lib/chef/resource/ksh.rb +++ b/lib/chef/resource/ksh.rb @@ -21,6 +21,8 @@ require_relative "script" class Chef class Resource class Ksh < Chef::Resource::Script + unified_mode true + 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"\ |