Skip to content

Commit 2bbe771

Browse files
committed
Merge pull request #1 from meson10/timeout
Avoid failure due to download timeout.
2 parents 681dd9e + c331e3e commit 2bbe771

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manifests/install.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
# get the package
3030
staging::file { 'influxdb-package':
3131
source => $package_source,
32+
tries => 3,
33+
timeout => 0,
3234
}
3335

3436
# install the package

0 commit comments

Comments
 (0)