]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
add dependency to apache2 v1.1.12
authorGuilhem Lettron <guilhem@lettron.fr>
Tue, 26 Feb 2013 11:47:55 +0000 (12:47 +0100)
committerGuilhem Lettron <guilhem@lettron.fr>
Thu, 4 Apr 2013 08:43:15 +0000 (10:43 +0200)
It add mod_fastcgi

metadata.rb

index f28a022208c47362bb44de6477a2a962f88a4066..f740cc81a5f15c60d2707532419d5c5994693f56 100644 (file)
@@ -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"