stephenrjohnson / puppetmodule

A Puppet configuration manager for puppet agent, master, and puppetdb
http://forge.puppetlabs.com/stephenrjohnson/puppet
30 stars 62 forks source link

Larger travis test matrix #109

Closed pall-valmundsson closed 9 years ago

pall-valmundsson commented 9 years ago

This re-enables testing on puppet 4.0 which should work now in rspec-puppet 2.1.0+.

Also test the future parser on puppet 3.7.x as well as strict variables.

And finally exclude the beaker gems from the travis run to speed up the test runs.

pall-valmundsson commented 9 years ago

Test run speed was cut to ~50%.

The single failure on 3.7 without future parser is a breaking change in puppetlabs-apt 2.0, either an upper bound pin on the module in .fixtures.yml or a dependency bump, with module fixes, is required.

The other failures are puppet 4/future parser issues regarding integer/string comparisons.

These issues should be addressed in different PRs.