voxpupuli / puppet-windowsfeature

Library that uses ServerAdministration api that comes with Windows Server 2008 and Windows Server 2012 to add / remove windows features
https://forge.puppet.com/puppet/windowsfeature
MIT License
30 stars 50 forks source link

Version restriction dependency for 'stdlib' is out of date #19

Closed bvakili-evault closed 10 years ago

bvakili-evault commented 10 years ago

The Modulefile and metadata.json incorrectly specify the minimum version for 'puppetlabs/stdlib' as 3.0.0.

It will result in the following error when running from a puppet agent:


Error: Could not retrieve catalog from remote server:

Error: 400 on SERVER: Unknown function suffix at .../modules/windowsfeature/manifests/init.pp:25 on node ...

i.e. The 'suffix' function in stdlib was not introduced until v4.0.0 https://forge.puppetlabs.com/puppetlabs/stdlib (changelog #2013-03-26---richard-soderberg-rsoderbergmozillacom---400)

The minimum version should be >=4.0.0 (or higher?)

stack72 commented 10 years ago

@bvakili-evault we have just released an updated version of the module to the forge (0.2.0) that fixes this issue

Thanks for raising it