Gary Larizza 5a15c130f7 Commit test with sane defaults
Using the defaults used in dashboard::params
2011-06-17 17:55:59 -07:00

13 lines
285 B
Puppet

node default {
class {'dashboard':
dashboard_ensure => 'present',
dashboard_user => 'puppet-dashboard',
dashboard_password => 'changeme',
dashboard_db => 'dashboard_production',
dashboard_charset => 'utf8'
}
}