Skip to content

Instantly share code, notes, and snippets.

View lithix-src's full-sized avatar

Erik blas lithix-src

  • Seattle, WA
View GitHub Profile
action :remove do
search("#{new_resource.data_bag}", "groups:#{new_resource.search_group} AND action:remove") do |rm_user|
user rm_user['id'] do
action :remove
end
end
end