Files
cookbook-ceph/metadata.rb
Guilhem Lettron b2b18db9ca Instead of doing some crappy things, we are using the yum cookbook.
We do it this way. It avoids complexity and breaking tests.
2014-02-05 23:36:31 +01:00

13 lines
435 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"
depends "yum", ">= 3.0"
depends "yum-epel"