# delivery_build **Repository Path**: jscloud/delivery_build ## Basic Information - **Project Name**: delivery_build - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # delivery_build Sets up a build node for use in Chef Delivery. # Requirements - Chef Delivery # Attributes See `attributes/default.rb`. # Recipes * `chef_client`: Manages permissions of chef-client directories and files. * `chefdk`: Installs ChefDK and creates a `.gemrc` for root. * `cli`: Installs the delivery-cli from package repository or from specified artifact (see `attributes/default.rb`). * `default`: Includes all the recipes, plus git, to make a build node. * `user`: Manages the delivery build user. * `workspace`: Manages the delivery workspace. # License and Author - Author: Adam Jacob - Author: Bakh Inamov - Author: Christopher Maier - Author: Christopher Webber - Author: Jeremiah Snapp - Author: Jon Anderson - Author: Jon Morrow - Author: Matt Campbell - Author: Salim Afiune - Author: Seth Falcon - Author: Tom Duffield - Author: Joshua Timberman - Copyright (c) 2015, Chef Software, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.