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
If the curl download of confluence tgz isn't successful, it appears that any partially downloaded file isn't removed and the curl background process isn't killed. (This is probably a Staging module bug, rather than Confluence module bug).
When reattempting puppet apply, instead of reattempting the download, it sees the partially downloaded (corrupt/incomplete) file and starts extracting it before failing.
If the files are removed (e.g. rm -r /opt/confluence /opt/staging/confluence) and puppet re-run; multiple curl processes then appear to be running.
The text was updated successfully, but these errors were encountered:
dlmetcalf
changed the title
If curl download times out, curl isn't terminated, partial downloaded isn't removed, next run fails.
If curl download times out, curl isn't terminated, partial download isn't removed & next run fails.
Apr 12, 2016
If the curl download of confluence tgz isn't successful, it appears that any partially downloaded file isn't removed and the curl background process isn't killed. (This is probably a Staging module bug, rather than Confluence module bug).
When reattempting
puppet apply
, instead of reattempting the download, it sees the partially downloaded (corrupt/incomplete) file and starts extracting it before failing.If the files are removed (e.g.
rm -r /opt/confluence /opt/staging/confluence
) and puppet re-run; multiple curl processes then appear to be running.The text was updated successfully, but these errors were encountered: