
* Consistent email across cookbooks * Add Contributor.md to help out new folks * Fix file modes * Fix broken link in Testing.md * Readme tweaks Change-Id: I1c12cc86e8d51701e885673947547fae50e003a2 Partial-Bug: #1342735
13 lines
441 B
Ruby
13 lines
441 B
Ruby
name 'ceph'
|
|
maintainer 'openstack-chef'
|
|
maintainer_email 'opscode-chef-openstack@googlegroups.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.2.2'
|
|
|
|
depends 'apache2', '>= 1.1.12'
|
|
depends 'apt'
|
|
depends 'yum', '>= 3.0'
|
|
depends 'yum-epel'
|