cescoffier / puppet-nexus

A Puppet Module for Nexus (Maven)
63 stars 60 forks source link

Added 'timeout' parameter to nexus::artifact #6

Closed 0x1b-xyz closed 11 years ago

0x1b-xyz commented 11 years ago

The 'timeout' parameter on the nexus::artifact class is passed on to the exec{} instance that performs the download. Useful for downloads that exceed the 300s default.

This change is fully backwards compatible.