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
Error: Failed to apply catalog: Parameter path failed on Archive[filename]: archive path must be absolute: - (file:...)
What behaviour did you expect instead
It should accept - as path. I am not sure if it would work together with the cleanup- and creates-settings. It should only download again if /path does not exist.
Maybe one should not misuse download_options but instead use a new parameter extract_pipe=true|false.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
I have a real big file which I must unpack. So I wanted to save space using a pipe to unpack:
What are you seeing
Error: Failed to apply catalog: Parameter path failed on Archive[filename]: archive path must be absolute: - (file:...)
What behaviour did you expect instead
It should accept
-
aspath
. I am not sure if it would work together with thecleanup
- andcreates
-settings. It should only download again if/path
does not exist.Maybe one should not misuse
download_options
but instead use a new parameterextract_pipe=true|false
.Any additional information you'd like to impart
It is a problem like https://github.com/voxpupuli/puppet-archive#network-files but since it is https instead of nfs I would need this solution.
The text was updated successfully, but these errors were encountered: