cookbook-ceph/metadata.rb
Guilhem Lettron d4ebc33738 use "apt" cookbook to manage apt file.
Add "testing" as possible branch
2012-10-30 18:09:13 +01:00

10 lines
307 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.0.10"
depends "apache2"
depends "apt"