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 the parameter 'timeout' to change the timeout of the underlying exec #26

Closed magnussuther closed 9 years ago

magnussuther commented 9 years ago

This solves an issue when installing lots of features on slow machines, where the exec terminated the command after its default 300 seconds, even though the installation was (slowly) progressing. This has the potential of leaving the target system in a rather broken state if the machine is slow and/or is using its cycles for other work and the installation is killed halfway through.