14 lines
597 B
Puppet
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'
|