Files
puppet-ceph/Modulefile
Loic Dachary 405bb588c7 add missing dependencies in Modulefile and Puppetfile
So that librarian-puppet install --puppetfile=ceph/Puppetfile works as
expected.

Change-Id: I0490615d5d2eb8fa8babff6664fe80970b57d120
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-04-24 20:25:05 +02:00

12 lines
438 B
Puppet

name 'stackforge-ceph'
version '0.0.1'
source 'https://github.com/stackforge/puppet-ceph'
author 'Puppet Ceph community'
license 'Apache License 2.0'
summary 'Community Developed Ceph Module'
description 'Puppet module to install and configure Ceph'
project_page 'https://launchpad.net/puppet-ceph'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/stdlib', '>= 2.5.0'
dependency 'puppetlabs/apt', '>= 1.4.0'