forked from chef-boneyard/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jtimberman
committed
May 31, 2011
1 parent
25c823f
commit 8f8a42a
Showing
4 changed files
with
74 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Chef Project home pages: | ||
|
||
* Wiki: http://wiki.opscode.com/display/chef | ||
* Product page: http://www.opscode.com/chef | ||
How to contribute to Opscode Open Source Projects: | ||
|
||
Opscode Cookbook Source code repository: | ||
|
||
* http://github.com/opscode/cookbooks | ||
* http://wiki.opscode.com/display/chef/How+to+Contribute | ||
|
||
Opscode Open Source Ticket Tracking System: | ||
|
||
* http://tickets.opscode.com | ||
|
||
Cookbooks (this repository) use the COOK project. | ||
|
||
How to contribute to Chef: | ||
Chef Project home pages: | ||
|
||
* http://wiki.opscode.com/display/chef/How+to+Contribute | ||
* Wiki: http://wiki.opscode.com/display/chef | ||
* Product page: http://www.opscode.com/chef | ||
|
||
Opscode Cookbook Source code repository: | ||
|
||
* http://github.com/opscode/cookbooks |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Contributors and Copyright holders: | |
|
||
* Copyright 2008-2009, Opscode <[email protected]> | ||
* Copyright 2008-2009, Adam Jacob <[email protected]> | ||
* Copyright 2008-2009, Joshua Timberman <[email protected]> | ||
* Copyright 2008-2011, Joshua Timberman <[email protected]> | ||
* Copyright 2009-2010, Barry Steinglass <[email protected]> | ||
* Copyright 2009, Joe Williams <[email protected]> | ||
* Copyright 2009, Joshua Sierles <[email protected]> | ||
|
@@ -25,4 +25,7 @@ Contributors and Copyright holders: | |
* Copyright 2009, Sean Cribbs | ||
* Copyright 2009, Michael Hale | ||
* Copyright 2009, Edmund Haselwanter | ||
|
||
* Copyright 2009, Adapp, Inc. | ||
* Copyright 2011, Eric G. Wolfe | ||
* Copyright 2010, Tippr Inc. | ||
* Copyright 2010, Zenoss, Inc |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
Opscode Public Cookbooks for Chef | ||
================================= | ||
|
||
This repository is the primary project source of Opscode's published, public cookbooks for Chef. This repository is considered "in development." Published cookbooks are shared by Opscode on the Chef Community Site. | ||
|
||
Cookbooks in this repository are only ones maintained and supportable by Opscode. We do provide bug fixes | ||
|
||
Using this Repository | ||
===================== | ||
|
||
Opscode does not recommend that you use this repository directly, either as a submodule or as a "canonical" repository. Chef Cookbooks are "packages" for managing resources in your infrastructure, and there are as many ways to manage the various pieces of software provided here as there are different infrastructures. These cookbooks reflect our opinions about the best ways to manage these infrastructure components with Chef. | ||
|
||
We recommend you install our cookbooks into your Chef repository from the Chef Community site, and uploaded to your Chef Server with the command-line tool "knife". | ||
|
||
knife cookbook site install COOKBOOK | ||
knife cookbook upload COOKBOOK | ||
|
||
Use of this repository is recommended for developers who wish to contribute fixes to Opscode's cookbooks. | ||
|
||
Bugs | ||
==== | ||
|
||
Like any software, there may be bugs in our cookbooks. You can open a ticket in the COOK project at: | ||
|
||
* http://tickets.opscode.com | ||
|
||
If you know the fix for the bug, you can contribute it. See __Contributing__ below. | ||
|
||
Do note that if you downloaded a cookbook from the community site that is not maintained by Opscode, you'll need to contact the maintainer of that cookbook for contributing fixes. | ||
|
||
Contributing | ||
============ | ||
|
||
For information on how to contribute, see CONTRIBUTING. | ||
|
||
Opscode cookbooks are distributed under the Apache 2 Software License. See LICENSE. | ||
|
||
Links | ||
===== | ||
|
||
Chef Community Site: | ||
|
||
* http://community.opscode.com | ||
|
||
Cookbooks Project Source: | ||
|
||
* http://github.com/opscode/cookbooks | ||
|
||
Chef Repository Skeleton: | ||
|
||
* http://github.com/opscode/chef-repo | ||
|
||
Tickets/Issues (COOK project): | ||
|
||
* http://tickets.opscode.com/ | ||
|
||
Chef Documentation: | ||
|
||
* http://wiki.opscode.com/display/chef/Home/ | ||
* http://help.opscode.com |