From 2ee57c41b43bffce69f3872dc10b086b67d0cfaf Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Mon, 20 Jun 2011 11:36:11 -0700 Subject: [PATCH] Whitespace Commit --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 01be07a..8587d5e 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', } }