Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix params.pp version comparison for Puppet 4
If the `$::smartmontools_version` fact does not exisist (is `undef`) then `versioncmp()` will fail with a type error. This adds a check to define it as `0.0` in such a case.
- Loading branch information