download_file
A module that will download files for use on Windows servers. Requires the server to have PowerShell 2.0 and above
Version information
released May 1st 2015
This version is compatible with:
This module has been deprecated by its author since Feb 28th 2020.
The author has suggested puppet-download_file as its replacement.
Start using this module
Documentation
opentable/download_file — version 999.999.999 May 1st 2015
puppet-download_file
This module has been moved to the puppet-community. It can now be found at puppet-download_file
##2014-10-17 - Release 1.1.0 ###Summary
This release adds support to provide the file location
####Features
- Adds new parameter
destination_file
to provide the name of the file to download onto the system.
##2014-10-10 - Release 1.0.0 ###Summary
This release has some bug fixes but is mostly improving the documentation and testing to bring it up to a higher quality standard.
####Bug Fixes
- adding condition to check if C:\temp has already been defined
##2014-02-24 - Release 0.0.2 ###Summary
Minor update to include improved documentation of the proxy parameters
##2013-11-29 - Release 0.0.1 ###Summary
Initial public release of the module
Dependencies
- puppetlabs/stdlib (>=3.0.0 <5.0.0)
- puppetlabs/powershell (>= 1.0.1)
Copyright (c) 2014 OpenTable, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.