jhoblitt / puppet-smartd

Manages the smartmontools package including the smartd daemon
Other
14 stars 24 forks source link

megacli_legacy: Use versioncmp instead of SemVer. #61

Closed olifre closed 5 years ago

olifre commented 7 years ago

SemVer has been deprecated in Puppet 4 and removed in Puppet 5. It has been replaced, but was in internal interface which should not be relied on. Use versioncmp instead.

jhoblitt commented 5 years ago

Whoa. I'm sorry that I missed this outstanding PR. It looks like the CI plumbing needs an update before a new release. Any takers?

apeeters commented 5 years ago

@jhoblitt I fixed Travis in https://github.com/jhoblitt/puppet-smartd/pull/65. Remember to merge https://github.com/jhoblitt/puppet-smartd/pull/64 first.