Skip to content

Instantly share code, notes, and snippets.

@corinnekrych
Created September 3, 2015 09:16
Show Gist options
  • Save corinnekrych/64e897b00846e3c6b33e to your computer and use it in GitHub Desktop.
Save corinnekrych/64e897b00846e3c6b33e to your computer and use it in GitHub Desktop.
{
"name": "dev",
"description": "Development role",
"json_class": "Chef::Role",
"default_attributes": {
"host_src_dir": "/Users/corinne/src/fheng",
"feedhenry_common": {
"src": "/mnt/src"
},
"vm": {
"boot_mode": "gui",
"customize": {
"cpuexecutioncap": "95",
"memory": 5096,
"cpus": 4
}
}
},
"override_attributes": {
"millicore": {
"conf": {
"digger": {
"callbackhost": "",
"polling": {
"iphone": true
},
"download": {
"host": "10.0.2.2:8888"
}
},
"destination": {
"default": {
"path-suffix": "{\"3.3\":\"\",\"2.2\":\"\"}"
},
"iphone": {
"host": "e101-digger-macos-06",
"path": "/digger/ios",
"scheme": "http"
}
}
}
}
},
"chef_type": "role",
"run_list": [
"role[fhcap]"
],
"env_run_lists": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment