diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-06-16 15:37:22 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-06-16 16:45:26 -0700 |
commit | 4706175b894323943bc0f9c681f19213acffc878 (patch) | |
tree | fe35eab278942b6429345d783c6b42265df46ba0 /lib/chef/resource.rb | |
parent | 3144cdf8e2041ee3dde162a6ba62d852500919b2 (diff) | |
download | chef-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.rb | 2 |
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 |