Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Adds chef generate repo support #117

Merged
merged 1 commit into from
Jul 29, 2014
Merged

Conversation

adamhjk
Copy link
Contributor

@adamhjk adamhjk commented Jul 28, 2014

Creates a chef-repo that is identical to the current state of
github's opscode/chef-repo repository.

Has options that match those of knife cookbook create, for
license, copyright holder, etc.

Includes --policy-only support, which puts the cookbook
directory into .gitignore and adds a different README
file.

Overview
========

Every Chef installation needs a Chef Repository. This is the place where cookbooks, roles, config files and other artifacts for managing systems with Chef will live. We strongly recommend storing this repository in a version control system such as Git and treat it like source code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any update needed here (or the next paragraph)? Dunno if this is a good place to mention that there's a different workflow you could be using...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I purposefully didn't change a word from the standing chef-repo, since I want the goal to be moving existing users over to the new standard. Rule one of organizing, meet people where they are.

Creates a chef-repo that is identical to the current state of
github's opscode/chef-repo repository.

Has options that match those of knife cookbook create, for
license, copyright holder, etc.

Includes --policy-only support, which puts the cookbook
directory into .gitignore and adds a different README
file.
@adamhjk
Copy link
Contributor Author

adamhjk commented Jul 28, 2014

Added quotes and removed the file

@adamhjk adamhjk mentioned this pull request Jul 29, 2014
@adamhjk
Copy link
Contributor Author

adamhjk commented Jul 29, 2014

Merging per @danielsdeleo

adamhjk added a commit that referenced this pull request Jul 29, 2014
Adds chef generate repo support
@adamhjk adamhjk merged commit 6d3058a into chef-boneyard:master Jul 29, 2014
@adamhjk adamhjk deleted the generate_repo branch July 29, 2014 20:14
ksubrama pushed a commit that referenced this pull request Jan 11, 2016
Disable chef-solo run on slaves as a temporary quick fix to unblock Mac builds.
@chef-boneyard chef-boneyard locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants