puppet-refstack/vagrant.pp
2015-04-20 18:10:46 -07:00

5 lines
84 B
Puppet

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