Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bailey committed Mar 28, 2017
1 parent dd9e782 commit ad6b75b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ The optional switch to change the way that `proxyPassword` is interpreted from
secure string to plaintext. This will send the password in plaintext to the
machine being provisioned, which may be a security concern.

#### `cookies`

An optional array of cookies to add to the HTTP request for the download.

## Limitations

This module is tested on the following platforms:
Expand Down
3 changes: 3 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
# [*timeout*]
# The optional timeout(in seconds) in case you expect to download big and slow file
#
# [*cookies*]
# An optional array of cookies to add to the HTTP request for the download.
#
# === Examples
#
# To download dotnet 4.0
Expand Down

0 comments on commit ad6b75b

Please sign in to comment.