We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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::artifactory { 'example.jar': path => '/tmp/example.jar', headers => ["X-JFrog-Art-Api: ${artifactory_authentication}"], url => 'https://jfrog.example.com:443/artifactory/repo/com/example/package-1.0.0-SNAPSHOT/package-1.0.0-SNAPSHOT.jar', }
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, HTTP Error Code 401 URL: https://jfrog.example.com:443/artifactory/repo/com/example/package-1.0.0-SNAPSHOT/package-1.0.0-SNAPSHOT.jar Content: { "errors" : [ { "status" : 401, "message" : "Authentication is required" } ] } (file: /.../puppet/modules/archive/manifests/artifactory.pp, line: 93, column: 17) (file: /../puppet/test_jfrog.pp, line: 10) on node test
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
How to reproduce (e.g Puppet code you use)
What are you seeing
The text was updated successfully, but these errors were encountered: