add dependency to apache2 v1.1.12

It add mod_fastcgi
This commit is contained in:
Guilhem Lettron 2013-02-26 12:47:55 +01:00
parent 934e91ec0f
commit cdc0c005c3

View 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"