summaryrefslogtreecommitdiff
path: root/lib/chef/resource/execute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/execute.rb')
-rw-r--r--lib/chef/resource/execute.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index 602453c7eb..5c84eb3835 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -517,9 +517,6 @@ class Chef
name_property: true,
description: "An optional property to set the command to be executed if it differs from the resource block's name. Note: Use the **execute** resource to run a single command. Use multiple **execute** resource blocks to run multiple commands."
- property :umask, [ String, Integer ],
- description: "The file mode creation mask, or umask."
-
property :creates, String,
description: "Prevent a command from creating a file when that file already exists."