summaryrefslogtreecommitdiff
path: root/lib/chef/resource.rb
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-06-16 15:37:22 -0700
committerPete Higgins <pete@peterhiggins.org>2020-06-16 16:45:26 -0700
commit4706175b894323943bc0f9c681f19213acffc878 (patch)
treefe35eab278942b6429345d783c6b42265df46ba0 /lib/chef/resource.rb
parent3144cdf8e2041ee3dde162a6ba62d852500919b2 (diff)
downloadchef-4706175b894323943bc0f9c681f19213acffc878.tar.gz
Mark the umask property desired_state: false.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r--lib/chef/resource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb
index 872d0184db..ec99017b6d 100644
--- a/lib/chef/resource.rb
+++ b/lib/chef/resource.rb
@@ -452,7 +452,7 @@ class Chef
default: false, desired_state: false
# TODO: fill in doc info
- property :umask, String
+ property :umask, String, desired_state: false
# The time it took (in seconds) to run the most recently-run action. Not
# cumulative across actions. This is set to 0 as soon as a new action starts