Skip to content

Instantly share code, notes, and snippets.

@lithix-src
Created September 28, 2012 03:54
Show Gist options
  • Save lithix-src/3797842 to your computer and use it in GitHub Desktop.
Save lithix-src/3797842 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment