Skip to content

Instantly share code, notes, and snippets.

@futoase
Created July 4, 2013 07:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save futoase/5925583 to your computer and use it in GitHub Desktop.
Save futoase/5925583 to your computer and use it in GitHub Desktop.
Chef role ひな形... (knife solo早くrole create対応してほしい)
{
"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