Last active
August 29, 2015 14:13
-
-
Save timodwhit/eda8daac91cc01e6805e to your computer and use it in GitHub Desktop.
Backdrop JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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