Bruno Tavares d62bb692ad Move test assertions closer to apply.
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>
2015-09-24 20:41:47 -03:00

7 lines
149 B
Puppet

if ($::osfamily == 'Debian') {
class { '::cgit::lb':
balancer_member_names => [ 'local' ],
balancer_member_ips => [ '127.0.0.1' ],
}
}