Last active
February 8, 2018 22:45
-
-
Save gmr/6107050 to your computer and use it in GitHub Desktop.
This gist has files that are used to automate chef repository submodules used for roles, data bags, cookbooks and environments, ultimately uploading the maintained chef repository to chef via knife using Jenkins and Github.
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
| # The dependencies.json file allows for more granularity than metadata.rb, specifying the remote | |
| # repository and optionally the branch and revision to use. It should be placed in the root directory | |
| # for each cookbook you create, but can be empty ("{}") | |
| { | |
| "cookbooks": { | |
| "build-essential": { | |
| "url": "git://github.com/opscode-cookbooks/build-essential.git" | |