We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91001f commit 1254c76Copy full SHA for 1254c76
Berksfile
@@ -1,4 +1,4 @@
1
-site :opscode
+source "https://supermarket.chef.io"
2
3
metadata
4
providers/account.rb
@@ -218,7 +218,7 @@ def group_resource(exec_action)
218
action :nothing
219
members new_resource.username
220
end
221
- r.run_action(:create) unless exec_action == :delete
+ r.run_action(:modify) unless exec_action == :delete
222
new_resource.updated_by_last_action(true) if r.updated_by_last_action?
223
224
0 commit comments