Skip to content

Commit

Permalink
Update documentation to reference chef.io and Viverae
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Zoest committed Dec 4, 2014
1 parent 650aec0 commit 03a72be
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://supermarket.getchef.com'
source 'https://supermarket.chef.io'

metadata

Expand Down
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing to OneHealth Cookbooks
# Contributing to Viverae Cookbooks

We are glad you want to contribute to OneHealth Cookbooks! The first
We are glad you want to contribute to Viverae Cookbooks! The first
step is the desire to improve the project.

## Quick-contribute

* Create an issue on the github [issue tracker](https://github.com/onehealth-cookbooks/apache2/issues)
* Create an issue on the github [issue tracker](https://github.com/viverae-cookbooks/apache2/issues)
* Link to your patch as a rebased git branch or pull request from the ticket

We regularly review contributions and will get back to you if we have
Expand Down Expand Up @@ -36,12 +36,12 @@ downloading the branch.
## Functional and Unit Tests

This cookbook is set up to run tests under
[Opscode's test-kitchen](https://github.com/opscode/test-kitchen). It
uses minitest-chef to run integration tests after the node has been
converged to verify that the state of the node.
[Test Kitchen](http://kitchen.ci/). It uses serverspec to run
integration tests after the node has been converged to verify that
the state of the node.

Test kitchen should run completely without exception using the default
[baseboxes provided by Opscode](https://github.com/opscode/bento).
[baseboxes provided by Opscode](http://opscode.github.io/bento/).
Because Test Kitchen creates VirtualBox machines and runs through
every configuration in the .kitchen.yml file, it may take some time for
these tests to complete.
Expand Down Expand Up @@ -75,7 +75,7 @@ Please do include tests for your contribution. If you need help, ask
on the
[chef-dev mailing list](http://lists.opscode.com/sympa/info/chef-dev)
or the
[#chef-hacking IRC channel](http://community.opscode.com/chat/chef-hacking).
[#chef-hacking IRC channel](https://botbot.me/freenode/chef-hacking/).
Not all platforms that a cookbook supports may be supported by Test
Kitchen. Please provide evidence of testing your contribution if it
isn't trivial so we don't have to duplicate effort in testing. Chef
Expand All @@ -85,7 +85,7 @@ Please do indicate new platform (families) or platform versions in the
commit message, and update the relevant ticket. If a contribution adds
new platforms or platform versions, indicate such in the body of the commit message(s).

Please do use [foodcritic](http://acrmp.github.com/foodcritic) to
Please do use [foodcritic](http://www.foodcritic.io/) to
lint-check the cookbook. Except FC007, it should pass all correctness
rules. FC007 is okay as long as the dependent cookbooks are *required*
for the default behavior of the cookbook, such as to support an
Expand All @@ -101,5 +101,5 @@ information above.

Please do not update the CHANGELOG.md for a new version. Not all
changes to a cookbook may be merged and released in the same versions.
OneHealth will update the CHANGELOG.md when releasing a new version of
Viverae will update the CHANGELOG.md when releasing a new version of
the cookbook.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ As of v1.2.0, this cookbook makes use of `node['platform_family']` to
simplify platform selection logic. This attribute was introduced in
Ohai v0.6.12. The recipe methods were introduced in Chef v0.10.10. If
you must run an older version of Chef or Ohai, use [version 1.1.16 of
this cookbook](https://supermarket.getchef.com/cookbooks/apache2/versions/1.1.16).
this cookbook](https://supermarket.chef.io/cookbooks/apache2/versions/1.1.16).

## Cookbooks:

Expand All @@ -56,7 +56,7 @@ settings may affect the behavior of this cookbook:
On Ubuntu/Debian, use Opscode's `apt` cookbook to ensure the package
cache is updated so Chef can install packages, or consider putting
apt-get in your bootstrap process or
[knife bootstrap template](http://wiki.opscode.com/display/chef/Knife+Bootstrap).
[knife bootstrap template](http://docs.chef.io/knife_bootstrap.html)

On RHEL, SELinux is enabled by default. The `selinux` cookbook
contains a `permissive` recipe that can be used to set SELinux to
Expand Down Expand Up @@ -671,7 +671,7 @@ The parameters specified will be used as:
In the template. When you write your own, the `@` is significant.

For more information about Definitions and parameters, see the
[Chef Wiki](http://wiki.opscode.com/display/chef/Definitions)
[Chef Wiki](http://docs.chef.io/definitions.html)

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This cookbook uses a variety of testing components:
- Chef Style lints: [Foodcritic](http://www.foodcritic.io/)
- Ruby Style lints: [Rubocop](https://github.com/bbatsov/rubocop)

You can install the [Chef Development Kit (Chef-DK)](http://downloads.getchef.com/chef-dk/) to more easily install the above components.
You can install the [Chef Development Kit (Chef-DK)](http://downloads.chef.io/chef-dk/) to more easily install the above components.


Prerequisites
Expand Down

0 comments on commit 03a72be

Please sign in to comment.