Skip to content

Commit 124a26f

Browse files
committed
Merge pull request #8 from nathenharvey/use_supermarket
Link to released cookbooks and clean-up some other things
2 parents 1fd4625 + 0c52888 commit 124a26f

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

README.md

+46-46
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Awesome Chef [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
22

3-
> A curated list of amazingly awesome open source Chef resources. [Chef](http://getchef.com) is a systems and cloud infrastructure automation framework that makes it easy to deploy servers and applications to any physical, virtual, or cloud location, no matter the size of the infrastructure.
3+
> A curated list of amazingly awesome open source Chef resources. [Chef](http://chef.io) is a systems and cloud infrastructure automation framework that makes it easy to deploy servers and applications to any physical, virtual, or cloud location, no matter the size of the infrastructure.
44
55
## Table of Contents
66
* [Basics](#basics)
@@ -29,58 +29,58 @@ See [Contribution Guidelines](#contribution-guidelines)
2929

3030
## Cookbooks
3131

32-
> A cookbook is the fundamental unit of configuration and policy distribution in Chef. Each cookbook defines a scenario, such as everything needed to install and configure MySQL, and then it contains all of the components that are required to support that scenario. Chef maintains a collection of cookbooks that are important to Chef and are widely used by the Chef community. - [What is a cookbook?](https://supermarket.getchef.com/cookbooks-directory)
32+
> A cookbook is the fundamental unit of configuration and policy distribution in Chef. Each cookbook defines a scenario, such as everything needed to install and configure MySQL, and then it contains all of the components that are required to support that scenario. Chef maintains a collection of cookbooks that are important to Chef and are widely used by the Chef community. - [What is a cookbook?](https://supermarket.chef.io/cookbooks-directory)
3333
3434
### Docker
35-
* [docker](https://github.com/chef-cookbooks/docker)
35+
* [docker](https://supermarket.chef.io/cookbooks/docker)
3636

3737
### Ruby
38-
* [chruby](https://github.com/ichilton/chef_chruby_install)
39-
* [rbenv](https://github.com/RiotGamesCookbooks/rbenv-cookbook) - configure [rbenv](https://github.com/rbenv/rbenv).
40-
* [ruby_build](https://github.com/fnichol/chef-ruby_build)
41-
* [rvm](https://github.com/martinisoft/chef-rvm)
42-
* [unicorn](https://github.com/chef-cookbooks/unicorn) - Deprecated
43-
* [xml::ruby](https://github.com/chef-cookbooks/xml#ruby) - Installs the nokogiri gem into Chef's Ruby environment.
38+
* [chruby](https://supermarket.chef.io/cookbooks/chruby_install)
39+
* [rbenv](https://supermarket.chef.io/cookbooks/rbenv) - configure [rbenv](https://github.com/rbenv/rbenv).
40+
* [ruby_build](https://supermarket.chef.io/cookbooks/ruby_build)
41+
* [rvm](https://supermarket.chef.io/cookbooks/rvm)
42+
* [unicorn](https://supermarket.chef.io/cookbooks/unicorn) - Deprecated
43+
* [xml::ruby](https://supermarket.chef.io/cookbooks/xml#ruby) - Installs the nokogiri gem into Chef's Ruby environment.
4444

4545
### Java
46-
* [java](https://github.com/agileorbit-cookbooks/java)
47-
* [maven](https://github.com/chef-cookbooks/maven)
48-
* [tomcat](https://github.com/chef-cookbooks/tomcat)
49-
* [weblogic](https://github.com/universityofderby/chef-weblogic)
46+
* [java](https://supermarket.chef.io/cookbooks/java)
47+
* [maven](https://supermarket.chef.io/cookbooks/maven)
48+
* [tomcat](https://supermarket.chef.io/cookbooks/tomcat)
49+
* [weblogic](https://supermarket.chef.io/cookbooks/weblogic)
5050

5151
### PHP
5252
* [composer](https://github.com/escapestudios-cookbooks/composer)
53-
* [php](https://github.com/chef-cookbooks/php)
53+
* [php](https://supermarket.chef.io/cookbooks/php)
5454

5555
### Language Runtimes
56-
* [erlang](https://github.com/chef-cookbooks/erlang)
57-
* [nodejs](https://github.com/redguide/nodejs)
58-
* [perl](https://github.com/chef-cookbooks/perl)
59-
* [python](https://github.com/poise/python)
56+
* [erlang](https://supermarket.chef.io/cookbooks/erlang)
57+
* [nodejs](https://supermarket.chef.io/cookbooks/nodejs)
58+
* [perl](https://supermarket.chef.io/cookbooks/perl)
59+
* [python](https://supermarket.chef.io/cookbooks/python)
6060

6161
### Web Server
62-
* [apache2](https://github.com/svanzoest-cookbooks/apache2) - Apache HTTP server v2.x.
63-
* [nginx](https://github.com/miketheman/nginx)
64-
* [passenger_apache2](https://github.com/chef-cookbooks/passenger_apache2) - [Passenger](https://www.phusionpassenger.com/library) for Apache2.
62+
* [apache2](https://supermarket.chef.io/cookbooks/apache2) - Apache HTTP server v2.x.
63+
* [nginx](https://supermarket.chef.io/cookbooks/nginx)
64+
* [passenger_apache2](https://supermarket.chef.io/cookbooks/passenger_apache2) - [Passenger](https://www.phusionpassenger.com/library) for Apache2.
6565

6666
### Database
67-
* [couchdb](https://github.com/wohali/couchdb-cookbook)
68-
* [hadoop](https://github.com/caskdata/hadoop_cookbook) - Hadoop 2.0+.
69-
* [mariadb](https://github.com/sinfomicien/mariadb)
67+
* [couchdb](https://supermarket.chef.io/cookbooks/couchdb)
68+
* [hadoop](https://supermarket.chef.io/cookbooks/hadoop) - Hadoop 2.0+.
69+
* [mariadb](https://supermarket.chef.io/cookbooks/mariadb)
7070
* [mongodb](https://github.com/edelight/chef-mongodb)
71-
* [mysql](https://github.com/chef-cookbooks/mysql)
72-
* [percona](https://github.com/phlipper/chef-percona) - [Percona XtraDB Cluster](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) and other components.
73-
* [oracle](https://github.com/aririikonen/oracle)
74-
* [postgresql](https://github.com/hw-cookbooks/postgresql)
75-
* [redis](https://github.com/brianbianco/redisio)
76-
* [riak](https://github.com/basho-labs/riak-chef-cookbook) - [Riak](http://basho.com/products/)
71+
* [mysql](https://supermarket.chef.io/cookbooks/mysql)
72+
* [percona](https://supermarket.chef.io/cookbooks/percona) - [Percona XtraDB Cluster](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) and other components.
73+
* [oracle](https://supermarket.chef.io/cookbooks/oracle)
74+
* [postgresql](https://supermarket.chef.io/cookbooks/postgresql)
75+
* [redis](https://supermarket.chef.io/cookbooks/redisio)
76+
* [riak](https://supermarket.chef.io/cookbooks/riak) - [Riak](http://basho.com/products/)
7777

7878
### Loadbalancer, Cache, Proxy and Message Queue
79-
* [activemq](https://github.com/chef-cookbooks/activemq) - [ActiveMQ](http://activemq.apache.org/)
80-
* [haproxy](https://github.com/hw-cookbooks/haproxy)
81-
* [memcached](https://github.com/chef-cookbooks/memcached)
82-
* [rabbitmq](https://github.com/jjasghar/rabbitmq)
83-
* [varnish](https://github.com/rackspace-cookbooks/varnish)
79+
* [activemq](https://supermarket.chef.io/cookbooks/activemq) - [ActiveMQ](http://activemq.apache.org/)
80+
* [haproxy](https://supermarket.chef.io/cookbooks/haproxy)
81+
* [memcached](https://supermarket.chef.io/cookbooks/memcached)
82+
* [rabbitmq](https://supermarket.chef.io/cookbooks/rabbitmq)
83+
* [varnish](https://supermarket.chef.io/cookbooks/varnish)
8484

8585
### Web Applications
8686
* [elasticsearch](https://github.com/elastic/cookbook-elasticsearch)
@@ -98,7 +98,7 @@ See [Contribution Guidelines](#contribution-guidelines)
9898
### Service Discovery
9999
* [consul](https://github.com/johnbellone/consul-cookbook) - [Hashicorp Consul](https://www.consul.io/)
100100
* [consul-template](https://github.com/adamkrone/chef-consul-template)
101-
* [etcd](https://github.com/chef-cookbooks/etcd) - [etcd](https://coreos.com/etcd/) is a distributed key value store that provides a reliable way to store data across a cluster of machines.
101+
* [etcd](https://github.com/chef-cookbooks/etcd) - [etcd](https://coreos.com/etcd/) is a distributed key value store that provides a reliable way to store data across a cluster of machines.
102102
* [zookeeper](https://github.com/SimpleFinance/chef-zookeeper) - [Apache Zookeeper](https://zookeeper.apache.org/)
103103

104104
### Logging/Monitoring
@@ -128,7 +128,7 @@ See [Contribution Guidelines](#contribution-guidelines)
128128
* [ntp](https://github.com/gmiranda23/ntp)
129129
* [openldap](https://github.com/chef-cookbooks/openldap)
130130
* [openssh](https://github.com/chef-cookbooks/openssh)
131-
* [openvpn](https://github.com/xhost-cookbooks/openvpn)
131+
* [openvpn](https://github.com/xhost-cookbooks/openvpn)
132132
* [resolver](https://github.com/chef-cookbooks/resolver) - Configures ```/etc/resolv.conf``` via attributes.
133133
* [ssh-key](https://github.com/nickola/chef-ssh-keys) - Creates ```authorized_keys``` in user ```~/.ssh``` directory from a data bag (encrypted data bag supported).
134134

@@ -160,7 +160,7 @@ When you write wrapper cookbooks, use following resources. The list includes bot
160160

161161
### User Management/Authorization
162162
* [group](https://docs.chef.io/resource_group.html) - Chef builtin resource.
163-
* [user_ulimit](https://github.com/bmhatfield/chef-ulimit#usage) - [User limits](http://ss64.com/bash/ulimit.html)
163+
* [user_ulimit](https://github.com/bmhatfield/chef-ulimit#usage) - [User limits](http://ss64.com/bash/ulimit.html)
164164
* [user](https://docs.chef.io/resource_user.html) - Chef builtin resource, manage user.
165165
* [users_manage](https://github.com/chef-cookbooks/users#users_manage) - manage user using data bag search.
166166
* [sudo](https://github.com/chef-cookbooks/sudo#lwrp)
@@ -226,7 +226,7 @@ List of cookbooks and resources which supports windows.
226226

227227
### Application Cookbooks - Software
228228
* [iis](https://supermarket.chef.io/cookbooks/iis) - Microsoft Internet Information Services.
229-
* [sql_server](https://github.com/chef-cookbooks/sql_server) - Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 server and client.
229+
* [sql_server](https://github.com/chef-cookbooks/sql_server) - Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012 server and client.
230230
* [7-zip](https://github.com/sneal/7-zip)
231231

232232
### Resources - Files/Directories
@@ -264,15 +264,15 @@ List of cookbooks and resources which supports windows.
264264

265265
## Chef handlers
266266

267-
> A handler is used to identify situations that may arise during a chef-client run, and to then instruct the chef-client how to handle these situations, should they occur. — [Handlers](https://docs.getchef.com/handlers.html)
267+
> A handler is used to identify situations that may arise during a chef-client run, and to then instruct the chef-client how to handle these situations, should they occur. — [Handlers](https://docs.chef.io/handlers.html)
268268
269-
* [About Handlers](https://docs.getchef.com/handlers.html) - Official reference page
270-
* [Supermarket](https://supermarket.getchef.com/tools?utf8=%E2%9C%93&q=handler) - Handlers registered in [Supermarket](https://supermarket.getchef.com/).
271-
* [Chef Elapsed Time Handler](https://supermarket.getchef.com/tools/20-chef-elapsed-time-handler) - A chef handler that reports on per-resource elapsed times in a simple graphical form.
272-
* [Chef Datadog Handler](https://supermarket.getchef.com/tools/chef-handler-datadog) - Get Chef stats directly into Datadog. Add the gem as an execution and report handler to your Chef run.
269+
* [About Handlers](https://docs.chef.io/handlers.html) - Official reference page
270+
* [Supermarket](https://supermarket.chef.io/tools?q=handler) - Handlers registered in [Supermarket](https://supermarket.chef.io/).
271+
* [Chef Elapsed Time Handler](https://supermarket.chef.io/tools/20-chef-elapsed-time-handler) - A chef handler that reports on per-resource elapsed times in a simple graphical form.
272+
* [Chef Datadog Handler](https://supermarket.chef.io/tools/chef-handler-datadog) - Get Chef stats directly into Datadog. Add the gem as an execution and report handler to your Chef run.
273273
* [Chef SNS Handler](https://github.com/onddo/chef-handler-sns) - Chef report handler to send Amazon SNS notifications on failures or changes, includes IAM roles support.
274-
* [Chef Users Handler](https://supermarket.getchef.com/tools/chef-handler-users) - A dead simple Chef handler to report changes in users. Can send emails using the Pony gem.
275-
* [Chef Zookeeper Handler](https://supermarket.getchef.com/tools/chef-handler-zookeeper) - A simple Chef report handler to send notifications to ZooKeeper about Chef runs.
274+
* [Chef Users Handler](https://supermarket.chef.io/tools/chef-handler-users) - A dead simple Chef handler to report changes in users. Can send emails using the Pony gem.
275+
* [Chef Zookeeper Handler](https://supermarket.chef.io/tools/chef-handler-zookeeper) - A simple Chef report handler to send notifications to ZooKeeper about Chef runs.
276276
* [Chef Airbrake Handler](https://github.com/morgoth/airbrake_handler) - Chef handler for sending exceptions to Airbrake.
277277
* [Chef Zabbix Handler](https://github.com/TYPO3-cookbooks/zabbix-custom-checks/blob/master/templates/chef-client/chef-client-handler.rb) - Send chef-client statistics to zabbix using a report handler.
278278
* [Chef Campfire Handler](https://github.com/jjasghar/chef-handler-campfire) - Chef Exception & Reporting Handler for Campfire

0 commit comments

Comments
 (0)