Skip to content

Commit

Permalink
- Bump redis to 2.0.4 as per ZD#18288
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Nov 16, 2010
1 parent 2d76d26 commit ab3acfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbooks/redis/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
end

enable_package "dev-db/redis" do
version "2.0.2"
version "2.0.4"
end

package "dev-db/redis" do
version "2.0.2"
action :install
version "2.0.4"
action :upgrade
end

directory "/data/redis" do
Expand Down

0 comments on commit ab3acfc

Please sign in to comment.