
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
7 lines
128 B
Puppet
7 lines
128 B
Puppet
node default {
|
|
class { '::refstack':
|
|
hostname => '192.168.99.88',
|
|
mysql_user_password => 'refstack',
|
|
}
|
|
}
|