cookbook-ceph/metadata.rb
Guilhem Lettron cdc0c005c3 add dependency to apache2 v1.1.12
It add mod_fastcgi
2013-04-04 10:43:15 +02:00

10 lines
319 B
Ruby

name "ceph"
maintainer "Kyle Bader"
maintainer_email "kyle.bader@dreamhost.com"
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", ">= 1.1.12"
depends "apt"