diff --git a/Berksfile b/Berksfile index 90432b7..68b526a 100644 --- a/Berksfile +++ b/Berksfile @@ -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 diff --git a/README.md b/README.md index 10a00c0..27c4f21 100644 --- a/README.md +++ b/README.md @@ -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.