So that librarian-puppet install --puppetfile=ceph/Puppetfile works as expected. Change-Id: I0490615d5d2eb8fa8babff6664fe80970b57d120 Signed-off-by: Loic Dachary <loic@dachary.org>
12 lines
438 B
Puppet
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' |