diff --git a/README.markdown b/README.markdown index cb885c8..01be07a 100644 --- a/README.markdown +++ b/README.markdown @@ -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) \ No newline at end of file +* Remove the need to set the MySQL root password (needs fixed in the mysql module)