From: Guilhem Lettron Date: Tue, 26 Feb 2013 11:47:55 +0000 (+0100) Subject: add dependency to apache2 v1.1.12 X-Git-Tag: v0.2.0~34^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cdc0c005c3ba0dec423970c48365ef13d4e38fd8;p=ceph-cookbooks.git add dependency to apache2 v1.1.12 It add mod_fastcgi --- diff --git a/metadata.rb b/metadata.rb index f28a022..f740cc8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,5 +5,5 @@ license "Apache 2.0" description "Installs/Configures the Ceph distributed filesystem" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "0.1.0" -depends "apache2" +depends "apache2", ">= 1.1.12" depends "apt"