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

Add a timeout param for long installs #28

Closed binford2k closed 9 years ago

binford2k commented 9 years ago

Some things (like IIS) can take a very long time to complete installation. This allows the user to specify a timeout for the exec, so that the Puppet run doesn't fail.