Whitespace Commit
This commit is contained in:
@@ -13,11 +13,11 @@ To install the Puppet Dashboard and configure it with sane defaults, include the
|
|||||||
class {'dashboard':
|
class {'dashboard':
|
||||||
dashboard_ensure => 'present',
|
dashboard_ensure => 'present',
|
||||||
dashboard_user => 'puppet-dashboard',
|
dashboard_user => 'puppet-dashboard',
|
||||||
dashboard_group => 'puppet-dashboard',
|
dashboard_group => 'puppet-dashboard',
|
||||||
dashboard_password => 'changeme',
|
dashboard_password => 'changeme',
|
||||||
dashboard_db => 'dashboard_production',
|
dashboard_db => 'dashboard_production',
|
||||||
dashboard_charset => 'utf8',
|
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.
|
* Include the ability to run Puppet Dashboard under Passenger.
|
||||||
* Sqlite support.
|
* Sqlite support.
|
||||||
* Integration with Puppet module to set puppet.conf settings.
|
* 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user