
Include .gitreview, the Modulefile specification, a short readme and a Rakefile for puppet-lint.
14 lines
511 B
Puppet
14 lines
511 B
Puppet
name 'openstack-askbot'
|
|
version '0.0.1'
|
|
source 'git://git.openstack.org/openstack-infra/puppet-askbot.git'
|
|
author 'openstackci'
|
|
license 'Apache 2.0'
|
|
summary 'Puppet module for Askbot'
|
|
description 'This module deployes and configures Askbot application.'
|
|
project_page 'https://github.com/openstack-ci/puppet-askbot'
|
|
|
|
## Add dependencies, if any:
|
|
dependency 'puppetlabs/stdlib', '= 3.2.0'
|
|
dependency 'puppetlabs/mysql', '= 0.6.1'
|
|
dependency 'puppetlabs/apache', '= 0.0.4'
|
|
# TODO: add dependency to openstack-redis |