puppet-refstack/vagrant.pp
Colleen Murphy 36a3b33379 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. Also fix errors
caught by the puppet-lint-absolute_classname-check gem.

Change-Id: I34bb706397bff9c5d8239c7ae7f5402c1ca9b118
2015-08-13 16:57:36 -07:00

7 lines
128 B
Puppet

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