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 49 forks source link

Older Powershell compatibility and Docs update #9

Closed jaredhaight closed 10 years ago

jaredhaight commented 10 years ago

The version of PS that ships with 2008 R2 doesn't offer an "InstalledState" on the windowsfeature object. This switches over to using "Installed" to check for feature state which is compatible with 2008 and 2012.

Also updated the docs to show how to use restart.

stack72 commented 10 years ago

Hi @jaredhaight - apologies for leaving this so long. This has actually been fixed in the latest release of the module (going to the forge right now) - version 0.1.2

Thanks so much for the docs update - I will manually pull that in