Provides a Chef Lightweight Resource Provider (LWRP) for Azure Copy tool.
Windows 2008R2 Windows 2012 Windows 2012R2
WIP
Action | Description |
---|---|
:download | Downloads a file and replaces existing file |
:download_if_missing | Downloads a file only if missing |
Key | Type | Description | Default |
---|---|---|---|
key | String | Azure blob storage Key | nil |
blob | String | FQDN of the Azure Blob to access | nil |
folder | String | Subfolder within the Blob to access | nil |
file | Array | An array of strings or hashes of files to download and/or rename | nil |
destination | String | Local destination to download files. (Does not apply to uploads) | nil |
ignore_journal | Boolean | Ignore the Azure journal files, and force a download. | true |
TO DO
Author:: Amitraj Budhu (abudhu@gmail.com)