Skip to content

Instantly share code, notes, and snippets.

@timodwhit
Last active August 29, 2015 14:13
Show Gist options
  • Save timodwhit/eda8daac91cc01e6805e to your computer and use it in GitHub Desktop.
Save timodwhit/eda8daac91cc01e6805e to your computer and use it in GitHub Desktop.
Backdrop JSON
{
"name": "backdrop",
"description": "The base role that gets added to every machine.",
"chef_type": "role",
"json_class": "Chef::Role",
"default_attributes": {},
"override_attributes": {
"drupal": {
"sites": {
"backdrop": {
"type": "backdrop",
"active": true,
"deploy": {
"action": ["deploy", "install"]
},
"drupal": {
"settings": {
"docroot": "",
"settings": {
"default": {
"location": "settings.php",
"ignore": true
}
},
"files": "sites/files"
}
},
"repository": {
"uri": "https://github.com/backdrop/backdrop.git",
"revision": "v1.0.0"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment