
Turns out the 0.0.1 release was done by Dan Bode a number of months ago. This pushes the release to version 0.0.2 so we can release it to the forge.
14 lines
571 B
Puppet
14 lines
571 B
Puppet
name 'puppetlabs-dashboard'
|
|
version '0.0.2'
|
|
source 'git://github.com/puppetlabs/puppetlabs-dashboard.git'
|
|
author 'puppetlabs'
|
|
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://github.com/puppetlabs/puppetlabs-dashboard'
|
|
|
|
## Add dependencies, if any:
|
|
dependency 'puppetlabs/mysql', '>= 0.3.0'
|
|
dependency 'puppetlabs/apache', '>= 0.0.4'
|
|
dependency 'puppetlabs/passenger', '>= 0.0.2'
|