diff --git a/CHANGELOG b/CHANGELOG index 068d971..f5a08b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,2 @@ -2011-06-20 - Gary Larizza - 0.0.1 -* Initial commit \ No newline at end of file +2012-05-12 - Gary Larizza - 0.0.1 +* Initial Forge release diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..ac14d3c --- /dev/null +++ b/Modulefile @@ -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' diff --git a/README.markdown b/README.markdown index ce5ffdc..0ff63ae 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ Gary Larizza -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 @@ -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. * 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