Skip to content

Instantly share code, notes, and snippets.

@shiraji
Created June 16, 2013 16:41
Show Gist options
  • Save shiraji/5792598 to your computer and use it in GitHub Desktop.
Save shiraji/5792598 to your computer and use it in GitHub Desktop.
{
"name": "jenkins",
"default_attributes": { },
"override_attributes": {
"java": {
"install_flavor": "oracle",
"jdk_version": "6",
"oracle": {
"accept_oracle_download_terms": "true"
}
}
},
"chef_type": "role",
"json_class": "Chef::Role",
"run_list" : [
"recipe[java]",
"recipe[server_settings]",
"recipe[addusers]",
"recipe[jenkins]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment