Skip to content

Commit

Permalink
wordpress v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 9, 2011
1 parent 3e4a619 commit 2893f25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions wordpress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ Platform
--------

* Debian, Ubuntu
* RHEL, CentOS, Fedora

Tested on:

* Ubuntu 9.04, 9.10, 10.04
* Centos 5.5

Cookbooks
---------
Expand Down Expand Up @@ -70,6 +68,14 @@ The mysql::server recipe needs to come first, and contain an execute resource to

This cookbook will decouple the mysql::server and be smart about detecting whether to use a local database or find a database server in the environment in a later version.

Changes
=======

## v0.8.4:

* Fixes COOK-406
* Dropping explicit support for Red Hat platforms due to issues in php and mysql cookbooks (COOK-603, COOK-672, COOK-816, COOK-679)

License and Author
==================

Expand Down
4 changes: 2 additions & 2 deletions wordpress/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs/Configures wordpress"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.8.2"
version "0.8.4"

recipe "wordpress", "Installs and configures wordpress LAMP stack on a single system"

Expand All @@ -14,7 +14,7 @@
depends "apache2", ">= 0.99.4"
depends "mysql", ">= 1.0.5"

%w{ debian ubuntu redhat centos fedora }.each do |os|
%w{ debian ubuntu }.each do |os|
supports os
end

Expand Down

0 comments on commit 2893f25

Please sign in to comment.