-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Sean OMeara
committed
Feb 18, 2015
1 parent
8ba8566
commit 58e9e8f
Showing
9 changed files
with
45 additions
and
45 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,4 +1,4 @@ | ||
site :opscode | ||
site 'https://supermarket.chef.io' | ||
metadata | ||
|
||
group :integration do | ||
|
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
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
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,6 +1,6 @@ | ||
memcached Cookbook | ||
================== | ||
[![Build Status](https://secure.travis-ci.org/opscode-cookbooks/memcached.png?branch=master)](http://travis-ci.org/opscode-cookbooks/memcached) | ||
[![Build Status](https://secure.travis-ci.org/chef-cookbooks/memcached.png?branch=master)](http://travis-ci.org/chef-cookbooks/memcached) | ||
|
||
|
||
Installs memcached and provides a define to set up an instance of memcache via runit. | ||
|
@@ -52,11 +52,11 @@ The recipe also reads in whether to start up memcached from a `/etc/default/memc | |
|
||
License & Authors | ||
----------------- | ||
- Author:: Joshua Timberman (<joshua@opscode.com>) | ||
- Author:: Joshua Timberman (<joshua@chef.io>) | ||
- Author:: Joshua Sierles (<[email protected]>) | ||
|
||
```text | ||
Copyright:: 2009-2012, Opscode, Inc | ||
Copyright:: 2009-2012, Chef Software, Inc | ||
Copyright:: 2009, 37signals | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
|
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,7 +1,7 @@ | ||
This cookbook uses a variety of testing components: | ||
|
||
- Unit tests: [ChefSpec](https://github.com/acrmp/chefspec) | ||
- Integration tests: [Test Kitchen](https://github.com/opscode/test-kitchen) | ||
- Integration tests: [Test Kitchen](https://github.com/chef/test-kitchen) | ||
- Chef Style lints: [Foodcritic](https://github.com/acrmp/foodcritic) | ||
- Ruby Style lints: [Rubocop](https://github.com/bbatsov/rubocop) | ||
|
||
|
@@ -28,7 +28,7 @@ Development | |
----------- | ||
1. Clone the git repository from GitHub: | ||
|
||
$ git clone [email protected]:opscode-cookbooks/COOKBOOK.git | ||
$ git clone [email protected]:chef-cookbooks/COOKBOOK.git | ||
|
||
2. Install the dependencies using bundler: | ||
|
||
|
@@ -50,4 +50,4 @@ Development | |
8. Open a JIRA ticket for this compontent, linking the JIRA ticket to the Pull Request and visa versa. | ||
9. Mark the JIRA ticket as "Fix Provided" | ||
|
||
For more information, see [Opscode's Contribution Guidelines](https://wiki.opscode.com/display/chef/How+to+Contribute). | ||
For more information, see [Chef's Contribution Guidelines](https://wiki.chef.io/display/chef/How+to+Contribute). |
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
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
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
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