Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

View File

@@ -83,9 +83,9 @@ end
#### Parameters
- `gem_version` - The version of the `mysql` Rubygem to install into
the Chef environment. Defaults to '0.3.17'
- `connectors_url` - URL of a tarball containing pre-compiled MySQL
connector libraries
- `connectors_checksum` - sha256sum of the `connectors_url` tarball
- `client_version` - The version of the mysql client libraries to
install and link against
#### Actions
- `:install` - Build and install the gem into the Chef environment
@@ -104,5 +104,5 @@ end
Authors
-------
- Author:: Sean OMeara (<someara@opscode.com>)
- Author:: Sean OMeara (<someara@chef.io>)
- Author:: Nicolas Blanc(<sinfomicien@gmail.com>)