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
I also noticed at https://www.jfrog.com/confluence/display/RTF/Puppet+Repositories that it is recommended to use Puppet version above 4.9.1 because puppet doesn't suppport context paths, but in this case changing the version is not an option. I wonder if this is really the problem.
I would like to know if there is a solution for this.
Thanks for any help.
The text was updated successfully, but these errors were encountered:
Hi. Sorry for the late response. This is solved. The solution was to use the address https://<artifactory_host>/api/puppet/<repo_key> without the artifactory.
Hi,
I'm trying to use the librarian-puppet to fetch forge modules from an Artifactory repository.
In my Puppetfile I have something like:
The command that I'm using is
/usr/local/bin/pdk bundle -- exec librarian-puppet install --no-use-v1-api --verbose
The error that I get is:
Versions:
According to the documentation at https://www.jfrog.com/confluence/display/RTF/Puppet+Repositories#PuppetRepositories-Usinglibrarian-puppet, it seems I'm trying to get the modules correctly using the librarian-puppet, but something most be missing.
I also noticed at https://www.jfrog.com/confluence/display/RTF/Puppet+Repositories that it is recommended to use Puppet version above 4.9.1 because puppet doesn't suppport context paths, but in this case changing the version is not an option. I wonder if this is really the problem.
I would like to know if there is a solution for this.
Thanks for any help.
The text was updated successfully, but these errors were encountered: