puppet-refstack/vagrant.pp
Paul Van Eck f23cdca396 Add .gitreview & fix puppet-lint errors/warnings
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
2015-07-06 17:19:38 -07:00

7 lines
126 B
Puppet

node default {
class { 'refstack':
hostname => '192.168.99.88',
mysql_user_password => 'refstack',
}
}