Allow setting python::version in hiera to Integer#733
Allow setting python::version in hiera to Integer#733kenyon merged 1 commit intovoxpupuli:masterfrom
python::version in hiera to Integer#733Conversation
python::version in hiera to Integer
Allow setting `python::version` to an integer value to match the `default` option in `install.pp`. This is required for FreeBSD.
8117ebc to
23a4331
Compare
|
Was there an issue quoting the version 'number' in hiera? Version numbers really are strings and not numbers. They just sometimes look like integers or perhaps floats, but |
TBH we never tried quoting it, but it probably would have matched the first option in the pattern. This fix doesn't address |
I agree with @alexjfisher and this inconsistency you emphasis makes me think we should rather revert this before the next release. I opened #745 to discuss reverting this change. |
Pull Request (PR) description
Allow setting
python::versionin hiera to an integer value to match thedefaultoption ininstall.pp. This is required for FreeBSD.This Pull Request (PR) fixes the following issues
Fixes #731
Semi related to #688 as the solution in this PR does not work when configured via hiera.