Skip to content

Instantly share code, notes, and snippets.

@imbriaco
Created November 5, 2009 18:30
Show Gist options
  • Save imbriaco/227268 to your computer and use it in GitHub Desktop.
Save imbriaco/227268 to your computer and use it in GitHub Desktop.
name 'some-role'
description 'some role that needs some users'
default_attributes :active_groups => { :somegroup => { :enabled => true },
:someothergroup => { :enabled => true } }
{
"name": "some-role",
"description": "some role that needs some users",
"default_attributes": {
"somegroup": { "enabled": true },
"someothergroup": { "enabled": true }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment