summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2020-11-20 12:33:54 -0800
committerGitHub <noreply@github.com>2020-11-20 12:33:54 -0800
commitc19dfd70148d07f6ae6f8fb2aa00bda50115ba2a (patch)
tree45ead43c9ef8920a392daaff69e31142b3fc22b4 /lib
parent83860fb124b5cf01eaf9391a5a56798958f7b141 (diff)
parent7e9524b9bd5116347fb35e102b4863ccec479143 (diff)
downloadchef-c19dfd70148d07f6ae6f8fb2aa00bda50115ba2a.tar.gz
Merge pull request #10672 from chef/guard_password
include password in guard inherited attributes
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/resource/execute.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/execute.rb b/lib/chef/resource/execute.rb
index 7a561209fc..5a78160642 100644
--- a/lib/chef/resource/execute.rb
+++ b/lib/chef/resource/execute.rb
@@ -661,8 +661,10 @@ class Chef
set_guard_inherited_attributes(
:cwd,
+ :domain,
:environment,
:group,
+ :password,
:user,
:umask
)