Created
July 4, 2013 07:19
-
-
Save futoase/5925583 to your computer and use it in GitHub Desktop.
Chef role ひな形... (knife solo早くrole create対応してほしい)
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": "**role-name**", | |
"chef_type": "role", | |
"json_class": "Chef::Role", | |
"default_attributes": {}, | |
"override_attributes": {}, | |
"description": "*role description*", | |
"run_list": [ | |
"role[default]", | |
"hoge::nice" | |
], | |
"env_run_lists": { | |
"production": [], | |
"dev": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment