-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Change forge repo used #24
Comments
I think this was already solved by c28e204 and can probably be closed. |
This does not appear to be working, ra10ke/lib/ra10ke/dependencies.rb Line 189 in ec2c0c3
PuppetForge.host variable there, then everything works as expected.
|
@daberkow is that something you could provide a PR for? |
My solution was to add a new variable into the init of the library to allow overriding. Whenever I try to do something to properly pull it from 'puppetfile' I have issues. I also am on a Mac so I am running the 2.x branch because I think the 3.x requires a newer ruby version than ships with 14.4. Happy to PR but I don't know if that's the fix you want. |
I have a commit up with the work, https://github.com/voxpupuli/ra10ke/compare/v2.0.0...daberkow:ra10ke:fix/2.0.0-override-forge?expand=1 is a comparison. As you can see, I am using the 2.0 branch because the Mac still ships with Ruby 2.6 and using that is important to me. |
Hi,
When I execute
/usr/local/bin/pdk bundle -- exec rake r10k:dependencies
I get the following error:This happens due to a Firewall, but I'm trying to use our internal forge repo by having the line
forge 'https://artifactory-aaa.aaa.com/forge-repo'
in the Puppetfile. At my Gemfile I'm using also the same forge repo.One of the rules is to use only internal repos and I'm getting this error. How can I solve this?
Thanks
The text was updated successfully, but these errors were encountered: