Added gitignore and modulefile

This commit is contained in:
Sebastien Badia 2014-06-17 18:12:13 +02:00
parent 24b23d05af
commit 73d0b4fb94
2 changed files with 21 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.swp
spec/fixtures/modules/*
spec/fixtures/manifests/site.pp
Gemfile.lock
.vendor
.bundle/
vendor/

14
Modulefile Normal file
View File

@ -0,0 +1,14 @@
name 'puppetlabs-trove'
version '4.0.0'
author 'Emilien Macchi,Sebastien Badia'
license 'Apache License 2.0'
project_page 'https://launchpad.net/puppet-trove'
source 'https://github.com/stackforge/puppet-trove'
summary 'Puppet module for OpenStack Trove'
description 'Puppet module to install and configure the OpenStack network service, Trove'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0'
dependency 'puppetlabs/mysql', '>=0.9.0 <3.0.0'
dependency 'puppetlabs/stdlib', '>=3.2.0'