Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Compared to puppet 4.2 (where all spec tests passed), 32 are broken when testing against puppet 4.3.
eg
Evaluation Error: Error while evaluating a Function Call, 'versioncmp' parameter 'a' expects a String value, got Undef at /home/alex/github/puppetlabs-mongodb/spec/fixtures/modules/mongodb/manifests/server/config.pp:103:14
|
The versioncmp function no longer works when passed undef as a parameter, so if you don't set a 'version' when declaring mongodb::globals, the module no longer works.