Created
November 5, 2009 18:30
-
-
Save imbriaco/227268 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name 'some-role' | |
description 'some role that needs some users' | |
default_attributes :active_groups => { :somegroup => { :enabled => true }, | |
:someothergroup => { :enabled => true } } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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