2014-06-04 18:14:27 -07:00
|
|
|
name 'openstack-storyboard'
|
|
|
|
version '0.0.1'
|
2019-03-24 20:35:45 +00:00
|
|
|
source 'https://git.openstack.org/openstack-infra/puppet-storyboard.git'
|
2014-06-04 18:14:27 -07:00
|
|
|
author 'openstackci'
|
|
|
|
license 'Apache 2.0'
|
|
|
|
summary 'Puppet module for the OpenStack StoryBoard'
|
|
|
|
description 'This module configures StoryBoard either as a standalone, localhost instance or as a fully configurable WSGI app.'
|
2015-12-29 21:42:59 +01:00
|
|
|
project_page 'https://git.openstack.org/cgit/openstack-infra/puppet-storyboard'
|
2014-06-04 18:14:27 -07:00
|
|
|
|
|
|
|
## Add dependencies, if any:
|
2014-09-25 14:48:51 -07:00
|
|
|
dependency 'puppetlabs/stdlib', '= 3.2.0'
|
2014-06-04 18:14:27 -07:00
|
|
|
dependency 'puppetlabs/mysql', '= 0.6.1'
|
|
|
|
dependency 'puppetlabs/apache', '= 0.0.4'
|
2014-12-22 15:22:29 -08:00
|
|
|
dependency 'puppetlabs/rabbitmq', '= 5.0.0'
|
2015-04-20 12:02:26 -07:00
|
|
|
dependency 'openstackinfra/vcsrepo', '= 0.0.8'
|
2014-12-22 15:22:29 -08:00
|
|
|
dependency 'stankevich/python', '= 1.6.6'
|