Whitespace Commit

This commit is contained in:
Gary Larizza
2011-06-20 11:34:27 -07:00
parent c09c2b832b
commit 285532c053

View File

@@ -13,11 +13,11 @@ To install the Puppet Dashboard and configure it with sane defaults, include the
class {'dashboard':
dashboard_ensure => 'present',
dashboard_user => 'puppet-dashboard',
dashboard_group => 'puppet-dashboard',
dashboard_group => 'puppet-dashboard',
dashboard_password => 'changeme',
dashboard_db => 'dashboard_production',
dashboard_charset => 'utf8',
mysql_root_pw => 'REALLY_change_me',
mysql_root_pw => 'REALLY_change_me',
}
}
@@ -27,4 +27,4 @@ To install the Puppet Dashboard and configure it with sane defaults, include the
* Include the ability to run Puppet Dashboard under Passenger.
* Sqlite support.
* Integration with Puppet module to set puppet.conf settings.
* Remove the need to set the MySQL root password (needs fixed in the mysql module)
* Remove the need to set the MySQL root password (needs fixed in the mysql module)