Commit test with sane defaults
Using the defaults used in dashboard::params
This commit is contained in:
parent
f6e601ee43
commit
5a15c130f7
@ -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'
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user