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

@@ -15,8 +15,8 @@ Requirements
Tested on:
* Ubuntu 10.04, 11.10, 12.04, 14.04, 14.10
* Red Hat 6.1, Scientific 6.1, CentOS 6.3
* Ubuntu 12.04, 14.04, 14.10
* Red Hat 6.1, Scientific 6.1, CentOS 6.3, 7.0, OpenSuse
## Cookbooks
@@ -69,10 +69,6 @@ The following attributes are set based on the platform, see the
The following attributes are generated in
`recipe[postgresql::server]`.
* `node['postgresql']['password']['postgres']` - randomly generated
password by the `openssl` cookbook's library.
(TODO: This is broken, as it disables the password.)
Configuration
-------------
@@ -172,14 +168,6 @@ Installs the packages defined in the
ruby
----
**NOTE** This recipe may not currently work when installing Chef with
the
["Omnibus" full stack installer](http://opscode.com/chef/install) on
some platforms due to an incompatibility with OpenSSL. See
[COOK-1406](http://tickets.opscode.com/browse/COOK-1406). You can
build from source into the Chef omnibus installation to work around
this issue.
Install the `pg` gem under Chef's Ruby environment so it can be used
in other recipes. The build-essential packages and postgresql client
packages will be installed during the compile phase, so that the
@@ -193,7 +181,6 @@ appropriate server packages installed and service managed. Also
manages the configuration for the server:
* generates a strong default password (via `openssl`) for `postgres`
(TODO: This is broken, as it disables the password.)
* sets the password for postgres
* manages the `postgresql.conf` file.
* manages the `pg_hba.conf` file.
@@ -449,7 +436,7 @@ License and Author
- Author:: Lamont Granquist (<lamont@opscode.com>)
- Author:: Chris Roberts (<chrisroberts.code@gmail.com>)
- Author:: David Crane (<davidc@donorschoose.org>)
- Author:: Aaron Baer (<aaron@hw-ops.com>)
- Author:: Aaron Baer (<aaron@heavywater.io>)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.