summaryrefslogtreecommitdiff
path: root/lib/chef/resource/csh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/csh.rb')
-rw-r--r--lib/chef/resource/csh.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/csh.rb b/lib/chef/resource/csh.rb
index c3b03e846e..ea8e44c175 100644
--- a/lib/chef/resource/csh.rb
+++ b/lib/chef/resource/csh.rb
@@ -22,6 +22,8 @@ require_relative "../provider/script"
class Chef
class Resource
class Csh < Chef::Resource::Script
+ unified_mode true
+
description "Use the csh resource to execute scripts using the csh interpreter."\
" This resource may also use any of the actions and properties that are"\
" available to the execute resource. Commands that are executed with this"\