Skip to content

Commit 1254c76

Browse files
author
Anthony Acquanita
committed
group memebers where overwitten, switched group resource to modify
1 parent c91001f commit 1254c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Berksfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site :opscode
1+
source "https://supermarket.chef.io"
22

33
metadata
44

providers/account.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def group_resource(exec_action)
218218
action :nothing
219219
members new_resource.username
220220
end
221-
r.run_action(:create) unless exec_action == :delete
221+
r.run_action(:modify) unless exec_action == :delete
222222
new_resource.updated_by_last_action(true) if r.updated_by_last_action?
223223
end
224224
end

0 commit comments

Comments
 (0)