Fix dashboard_{user,group} Variables

The dashboard_user and dashboard_group variables correspond to
both the system puppet-dashboard user and group as well as the
MySQL puppet-dashboard user. This commit fixes where I was using
the non-validated variable as well as adds documentation.
This commit is contained in:
Gary Larizza
2011-06-20 11:19:22 -07:00
parent b3572238a0
commit 0552073ddf
3 changed files with 18 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ node default {
class {'dashboard':
dashboard_ensure => 'present',
dashboard_user => 'puppet-dashboard',
dashboard_group => 'puppet-dashboard',
dashboard_password => 'changeme',
dashboard_db => 'dashboard_production',
dashboard_charset => 'utf8'