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

Support configuring a yum proxy server #328

Merged
merged 7 commits into from
Jun 26, 2015
Merged

Support configuring a yum proxy server #328

merged 7 commits into from
Jun 26, 2015

Commits on Jun 24, 2015

  1. added parameter yum_proxy

    this allows installing jenkins via yum behind a proxy server.
    tosmi committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    c84c66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94964b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e360976 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. renamed yum_proxy to the more neutral repo_proxy

    as this parameter could also be used for apt or zypper
    tosmi committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    2622b20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32c134 View commit details
    Browse the repository at this point in the history
  3. move proxy parameter to yumrepo resources

    instead of using a resource ref move the proxy parameter directly to
    the yumrepo resources as suggested by @jhoblitt.
    tosmi committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    bfec092 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56b977b View commit details
    Browse the repository at this point in the history