-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Archive resource seems to work with 'puppet apply' but not with 'puppet agent' #425
Comments
Would you be able to paste the output of |
I'm guessing that |
Yea sorry about that (I cannot copy-paste the code, had to write it manually) |
Sorry, cant provide the output due to technical limitations (our environment has no internet access...).
An error is returned as expected
Is there something specific that may be relevant to look for in |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
execute agent run using
puppet agent --test
command with the following resource included inside the manifest:What are you seeing
File
/target/filename.tgz
does not exist even though manifest applied successfully without any error.(source url is valid and unbroken....)
What behaviour did you expect instead
filename.tgz
downloaded under/target
directory.Any additional information you'd like to impart
We are using Puppet with master-agents configuration and we issued this behavior while testing new versions.
Using puppetserver 6.13 with puppet-agent 5.5 seems to work. Using puppet-agent version 6.0.0 and up reproduces the described behavior.
Server has one environment (production) with 3 modules:
Even though we have only one environment and seems unrelated, tried also executing
But still got the same behavior. Any idea?
Thanks.
The text was updated successfully, but these errors were encountered: