Skip to content
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

Add gem_install_options parameter #193

Merged
merged 2 commits into from
May 8, 2017

Conversation

alexjfisher
Copy link
Member

Useful for those trying to install gems via a proxy server.

fixes #GH-187

Useful for those trying to install gems via a proxy server.

fixes #voxpupuliGH-187
Also changed .fixtures.yml to use https not git protocol.
This helps people behind firewalls run the tests.
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"inifile": "git://github.com/puppetlabs/puppetlabs-inifile.git"
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
"inifile": "https://github.com/puppetlabs/puppetlabs-inifile.git"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most other VP modules use https. It's helpful for those behind firewalls.

@roidelapluie roidelapluie merged commit 890b976 into voxpupuli:master May 8, 2017
@roidelapluie
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants