summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-08 08:26:38 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-08 08:26:38 +0600
commiteb61d0ff6b80be0b57d568d3324218a39765a575 (patch)
tree32fe33c53650b2dfb26791c7319cd2c7c05a6515 /kitchen-tests/cookbooks
parent5cf66f6da660dc6431d751f17ebd0fe5fb132a2d (diff)
downloadchef-eb61d0ff6b80be0b57d568d3324218a39765a575.tar.gz
Updated the recipe to remove Git completely before updating it.
Signed-off-by: John McCrae <jmccrae@chf.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index 7fb71252f1..726b87949a 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -72,8 +72,8 @@ user "tempadmin" do
password "password"
end
-sudo 'passwordless-access to change git ownership' do
- commands ['ALL']
+sudo "passwordless-access to change git ownership" do
+ commands ["ALL"]
nopasswd true
users "tempadmin"
end