Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-14 | (MODULES-4528) Use versioncmp to check Puppet version for 4.10.x compat | Dominic Cleal | |
`Puppet.version.to_f` on Puppet 4.10.0 will evaluate to `4.1`, causing test and behavioural changes when conditionals check that the version is equal or greater than versions such as `4.3`. Version comparisons that are vulnerable to this have been changed to use Puppet's versioncmp implementation, while most others only check for for major version boundaries which is safe. | |||
2016-10-25 | (MODULES-3980) Fix ipv4 regex validator | David Schmitt | |
This also updates all ipv4 tests to use the same test data for better comparability. Closes #676, #679 Fix-Originally-By: Nate Potter <nathaniel.potter@intel.com> | |||
2016-10-06 | Corrects Puppet version for compat types tests | Helen Campbell | |
2016-08-17 | Deprecation of ip functions | Helen Campbell | |