Add Modulefile

Use 'puppet-tempest' for the module name until we figure out
who will be responsible of publishing the module to Forge.

Change-Id: I8e64d2170dcb3a6ab65f29e6f600433a21b42d75
This commit is contained in:
Mathieu Gagné 2013-08-09 13:05:52 -04:00
parent 666017e42e
commit f220b78cf9

11
Modulefile Normal file
View File

@ -0,0 +1,11 @@
name 'puppet-tempest'
version '0.0.1'
source 'https://github.com/stackforge/puppet-tempest'
license 'Apache License 2.0'
summary 'Puppet module for Tempest'
description 'Puppet module to install and configure Tempest'
project_page 'https://launchpad.net/puppet-tempest'
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
dependency 'puppetlabs/stdlib', '>=2.5.0'
dependency 'puppetlabs/vcsrepo', '>=0.1.2 <1.0.0'