Skip to content

Commit

Permalink
Update location of cookbooks in Berksfile and README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lopaka Delp committed Oct 9, 2014
1 parent 67cc359 commit 6c7c2ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ site :opscode

metadata

cookbook 'collectd', github: 'EfrainOlivares/chef-collectd', branch: 'generalize_install_for_both_centos_and_ubuntu'
cookbook 'collectd', github: 'rightscale-cookbooks-contrib/chef-collectd', branch: 'generalize_install_for_both_centos_and_ubuntu'
cookbook 'mysql', github: 'rightscale-cookbooks-contrib/mysql', branch: 'rs-fixes'
cookbook 'dns', github: 'lopakadelp/dns', branch: 'rightscale_development_v2'
cookbook 'dns', github: 'rightscale-cookbooks-contrib/dns', branch: 'rightscale_development_v2'
cookbook 'build-essential', '~> 1.4.4'
cookbook 'database', github: 'douglaswth-cookbooks/database', branch: 'rs-fixes'
cookbook 'database', github: 'rightscale-cookbooks-contrib/database', branch: 'rs-fixes'


group :integration do
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Github Repository: [https://github.com/rightscale-cookbooks/rs-mysql](https://gi
* Cookbooks
* [marker](http://community.opscode.com/cookbooks/marker)
* [mysql](http://community.opscode.com/cookbooks/mysql)
* [collectd](https://github.com/EfrainOlivares/chef-collectd)
* [database](http://community.opscode.com/cookbooks/database)
* [collectd](https://github.com/rightscale-cookbooks-contrib/chef-collectd)
* [database](https://github.com/rightscale-cookbooks-contrib/database)
* [rightscale_tag](http://community.opscode.com/cookbooks/rightscale_tag)
* [filesystem](http://community.opscode.com/cookbooks/filesystem)
* [lvm](http://community.opscode.com/cookbooks/lvm)
* [rightscale_volume](http://community.opscode.com/cookbooks/rightscale_volume)
* [rightscale_backup](http://community.opscode.com/cookbooks/rightscale_backup)
* [chef_handler](http://community.opscode.com/cookbooks/chef_handler)
* [dns](http://community.opscode.com/cookbooks/dns)
* [dns](https://github.com/rightscale-cookbooks-contrib/dns)

See the `Berksfile` and `metadata.rb` for up to date dependency information.

Expand Down

0 comments on commit 6c7c2ea

Please sign in to comment.