
This cookbook needed to be brought up to the standard of the other cookbooks in the repo. * Adding .gitreview * Normalizing .rubocop.yml * Normalizing Gemfile * Normalizing metadata.rb * Normalizing .gitignore * Adding specs/ directory and spec_helper.rb * Fixed all rubocop errors Change-Id: Ica7c525aae5fbd5c441ce50cff36046c678046d6 Partial-Bug: 1348243
13 lines
422 B
Ruby
13 lines
422 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.2.1'
|
|
|
|
depends 'apache2', '>= 1.1.12'
|
|
depends 'apt'
|
|
depends 'yum', '>= 3.0'
|
|
depends 'yum-epel'
|