cookbook-ceph/metadata.rb
Alexandre Marangone 14dd386a49 change cookbook version to 0.1.0
Signed-off-by: Alexandre Marangone <alexandre.marangone@inktank.com>
2013-03-20 13:12:52 -07:00

10 lines
306 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"
depends "apt"