From 5a15c130f76d5590795d8122aef48779c0a01d77 Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Fri, 17 Jun 2011 17:55:59 -0700 Subject: [PATCH] Commit test with sane defaults Using the defaults used in dashboard::params --- tests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/init.pp b/tests/init.pp index 58d927d..3c2e676 100644 --- a/tests/init.pp +++ b/tests/init.pp @@ -2,10 +2,10 @@ node default { class {'dashboard': dashboard_ensure => 'present', - dashboard_user => 'dashboard', + dashboard_user => 'puppet-dashboard', dashboard_password => 'changeme', - dashboard_db => 'dashboard_db', - dashboard_charset => 'utf8', + dashboard_db => 'dashboard_production', + dashboard_charset => 'utf8' } }