CERIT-SC / puppet-yum

Puppet module for Yum
MIT License
6 stars 114 forks source link

Stdlib version requirement #8

Closed electrical closed 8 years ago

electrical commented 9 years ago

Hi,

Is there a specific reason why you are limiting the usage of stdlib to 4.0 or higher? I would love to discuss if we could lower this requirement so it can work with older versions of PE.

Thanks!

mmckinst commented 8 years ago

it uses the delete_undef_values function in init.pp . that function was only added in stdlib 4.2.0: https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/CHANGELOG.md#2014-05-08---release---420

older verions of this module will probably work fine with an older version of stdlib

electrical commented 8 years ago

Ahh okay, makes sense then, no problem :-)