Initial Forge Release

Update the CHANGELOG, README, and include a Modulefile for the Puppet
Forge.
This commit is contained in:
Gary Larizza 2012-05-12 11:17:37 -07:00
parent 93d25077a1
commit b8fc6d3fc9
3 changed files with 17 additions and 4 deletions

View File

@ -1,2 +1,2 @@
2011-06-20 - Gary Larizza <gary@puppetlabs.com> - 0.0.1 2012-05-12 - Gary Larizza <gary@puppetlabs.com> - 0.0.1
* Initial commit * Initial Forge release

13
Modulefile Normal file
View File

@ -0,0 +1,13 @@
name 'puppetlabs-dashboard'
version '0.0.1'
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'

View File

@ -2,7 +2,7 @@
Gary Larizza <gary@puppetlabs.com> Gary Larizza <gary@puppetlabs.com>
This module manages and installs the Puppet Dashboard. This module manages and installs the Puppet Dashboard. It also includes a Puppet Face to manage the Dashboard/Console programmatically or from the CLI
# Quick Start # Quick Start
@ -37,7 +37,7 @@ To use the Puppet Dashboard Face:
* Ensure that you have Puppet 2.7.6 or greater installed. This face MAY work on version 2.7.2 or later, but it's not been tested. * Ensure that you have Puppet 2.7.6 or greater installed. This face MAY work on version 2.7.2 or later, but it's not been tested.
* Download or clone puppetlabs-dashboard to your Puppet modulepath (i.e. ~/.puppet/modules or /etc/puppet/modules) * Download or clone puppetlabs-dashboard to your Puppet modulepath (i.e. ~/.puppet/modules or /etc/puppet/modules)
export RUBYLIB=/etc/puppet/modules/puppetlabs-dashboard/lib:$RUBYLIB export RUBYLIB=/etc/puppet/modules/dashboard/lib:$RUBYLIB
* Test the face and learn more about its usage * Test the face and learn more about its usage