puppet-dashboard/README.markdown
Gary Larizza 670bc6ed36 Documentation Commit
This adds the README and TODO files to the project.
2011-06-17 14:01:15 -07:00

701 B

Puppet Dashboard Module

Gary Larizza gary@puppetlabs.com

This module manages and installs the Puppet Dashboard.

Quick Start

To install the Puppet Dashboard and configure it with sane defaults, include the following in your site.pp file:

node default {

	  class {'dashboard':
	    dashboard_ensure          => 'present',
	    dashboard_user            => 'dashboard',
	    dashboard_password        => 'changeme',
	    dashboard_db              => 'dashboard_db',
	    dashboard_charset         => 'utf8',
	  }

	}

Feature Requests

  • Include the ability to run Puppet Dashboard under Passenger.
  • Sqlite support.
  • Integration with Puppet module to set puppet.conf settings.