Files
puppet-ceph/Modulefile
Andrew Woodward 0383a1aea2 Add ceph_config ini helper
* add a ini_file helper as ceph_config.
* set the seperator as ' = ' in order to be the same as ceph-deploy
* add path param so that seperator can be easily tested.
** also allows for users to change the default path if desired.
* add test case to prove spacing around seperator.
* add simple test case to ensure type works.

Closes-bug: #1243852
Change-Id: I0f3bb41d75d48d8af3b5b7cfb7768c4d3de2c002
2013-10-25 10:22:01 -07:00

12 lines
399 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'