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

@@ -1,10 +1,10 @@
name "postgresql"
maintainer "Heavy Water Operations, LLC"
maintainer_email "support@hw-ops.com"
maintainer_email "helpdesk@heavywater.io"
license "Apache 2.0"
description "Installs and configures postgresql for clients or servers"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "3.4.20"
version "4.0.0"
recipe "postgresql", "Includes postgresql::client"
recipe "postgresql::ruby", "Installs pg gem for Ruby bindings"
recipe "postgresql::client", "Installs postgresql client package(s)"
@@ -15,7 +15,7 @@ recipe "postgresql::server_debian", "Installs postgresql server packa
supports "ubuntu", "< 14.10"
%w{debian fedora suse amazon}.each do |os|
%w{debian fedora suse opensuse amazon}.each do |os|
supports os
end
@@ -25,4 +25,4 @@ end
depends "apt", ">= 1.9.0"
depends "build-essential"
depends "openssl", "~> 4.0.0"
depends "openssl", "~> 4.0"