Whitespace Commit

This commit is contained in:
Gary Larizza
2011-06-20 11:36:11 -07:00
parent 285532c053
commit 2ee57c41b4

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',
}
}