summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-06-17 11:05:17 -0700
committerPete Higgins <pete@peterhiggins.org>2020-06-17 11:05:17 -0700
commit04e2372ab3e2c80d65b511b1b6c13d241edfc526 (patch)
treec0261194905a66550e3d8404f68b9f1e81c99615
parent16d673304b69dfa26b0f0d0167975f6bbc86d1e5 (diff)
downloadchef-04e2372ab3e2c80d65b511b1b6c13d241edfc526.tar.gz
Add introduced to umask.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index a4c04033e4..37e964a243 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -459,6 +459,7 @@ class Chef
#
property :umask, String,
desired_state: false,
+ introduced: "16.2",
description: "Set a umask to be used for the duration of converging the resource. Defaults to `nil`, which means to use the system umask."
# The time it took (in seconds) to run the most recently-run action. Not