Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

added support for a yum proxy and setting the baseurl for yum repositories #22

Merged
merged 2 commits into from
Mar 15, 2016
Merged

Conversation

tosmi
Copy link
Contributor

@tosmi tosmi commented Dec 19, 2015

we are using an internal mirror of the puppetlabs repo which is only accessible via a proxy. so this pull requests adds support for specifing

  • yum proxy url
  • yum proxy username
  • yum proxy password
  • baseurl for the dependencies repo
  • baseurl for the products repo

and the corresponding rspec tests.

the defaults did not change, so existing installations are not affected by this change.

class { 'puppetserver-repository':
  yum_proxy          => 'http://proxy:8080/',
  yum_proxy_username => 'username',
  yum_proxy_password => 'password',
}
@tosmi
Copy link
Contributor Author

tosmi commented Feb 26, 2016

any news on this?

thanks
toni

@raphink
Copy link
Member

raphink commented Mar 2, 2016

Lgtm, sorry for the delay.

@raphink
Copy link
Member

raphink commented Mar 2, 2016

I'll merge tomorrow.

@tosmi
Copy link
Contributor Author

tosmi commented Mar 3, 2016

thanks!

toni

raphink added a commit that referenced this pull request Mar 15, 2016
added support for a yum proxy and setting the baseurl for yum repositories
@raphink raphink merged commit 444e267 into voxpupuli:master Mar 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants