You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Something like this
download_file { 'download' :
url => 'http://webpage.com/file.zip',
destination_directory => 'c:\tmp',
}
What are you seeing
The return of the command is 1 instead of 0 but it is successfully downloaded
What behaviour did you expect instead
Not getting an error
Any additional information you'd like to impart
Its a 1,2GB zip maybe its becaus it tooks a lot of time to download? Aprox 5-10 min
The text was updated successfully, but these errors were encountered: