
As discussed on another project patches when introducing tests[1], we would like to keep the tests closer to the where we apply the spec. This change makes the testing structure consistent to the feedback given on puppet-bandersnatch discussion. [1] https://review.openstack.org/#/c/221941/ Change-Id: I12b50747b9a8e40fe76af25f54b734f6239ff425 Co-Authored-By: Danilo Ramalho <dramalho@thoughtworks.com>
7 lines
149 B
Puppet
7 lines
149 B
Puppet
if ($::osfamily == 'Debian') {
|
|
class { '::cgit::lb':
|
|
balancer_member_names => [ 'local' ],
|
|
balancer_member_ips => [ '127.0.0.1' ],
|
|
}
|
|
}
|