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
The Archive (and internally File resource) are marked as present and successful, but the ZIP file is never extracted. Running in debug mode, the debug statement below is never output: Puppet.debug("Archive extracting #{@file} in #{path}: #{cmd}")
No SystemCallError exception is being thrown
What behavior did you expect instead
One of two options:
SystemCallError Ruby exception should be thrown if the directory doesn't exist
Extract function should not rely on the extract directory existing. In the case of 7-zip, it will create the extract directory for you.
Output log
Any additional information you'd like to impart
Ruby isn't my strong suit, but looking at the code I figured it would throw a SystemCallError exception.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
The Archive (and internally File resource) are marked as present and successful, but the ZIP file is never extracted. Running in debug mode, the debug statement below is never output:
Puppet.debug("Archive extracting #{@file} in #{path}: #{cmd}")
No SystemCallError exception is being thrown
What behavior did you expect instead
One of two options:
Output log
Any additional information you'd like to impart
Ruby isn't my strong suit, but looking at the code I figured it would throw a SystemCallError exception.
The text was updated successfully, but these errors were encountered: