puppet-dashboard/Modulefile
Ramy Asselin dff3cc0f0c Rename openstackci to openstackinfra
Change-Id: Iff2eed555d3501d7c94523a42bc700f68d646dd2
2015-04-20 13:43:16 -07:00

14 lines
597 B
Puppet

name 'openstackinfra-dashboard'
version '0.0.8'
source 'git://git.openstack.org/openstack-infra/puppet-dashboard.git'
author 'openstackci'
license 'Apache 2.0'
summary 'Puppet module for the Puppet Dashboard'
description 'Module to configure the Puppet Dashboard that also includes a Puppet Face that can be use to interact with the Dashboard from the CLI'
project_page 'https://git.openstack.org/cgit/openstack-infra/puppet-dashboard'
## Add dependencies, if any:
dependency 'puppetlabs/mysql', '>= 0.3.0'
dependency 'puppetlabs/apache', '>= 0.0.4'
dependency 'puppetlabs/passenger', '>= 0.0.2'