Skip to content

Instantly share code, notes, and snippets.

@mikenairn
Created April 25, 2013 12:35
Show Gist options
  • Save mikenairn/5459371 to your computer and use it in GitHub Desktop.
Save mikenairn/5459371 to your computer and use it in GitHub Desktop.
dev_artifact
{
"name": "dev_artifact",
"description": "Install from artifacts",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"environment": "production",
"artifact" : {
"url": "http://artifact.feedhenry.local"
}
},
"chef_type": "role",
"run_list": [
"role[fh-core]",
"role[millicore]",
"role[fh-studio]",
"role[fh-ditch]",
"role[fh-scm]",
"role[fh-docs]",
"role[fh-messaging]",
"role[fh-metrics]",
"role[fh-stats]",
"recipe[tmuxinator]"
],
"env_run_lists": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment