
There were mainly alignment issues with =>, so those were fixed. Also removed the charset declaration in mysql.pp as refstack itself now takes care of this. Change-Id: Ia1635bfe51669000374fd445d460081551cb978d
7 lines
126 B
Puppet
7 lines
126 B
Puppet
node default {
|
|
class { 'refstack':
|
|
hostname => '192.168.99.88',
|
|
mysql_user_password => 'refstack',
|
|
}
|
|
}
|