Skip to content

Commit

Permalink
salt: add proxy none to metalk8s repositories
Browse files Browse the repository at this point in the history
We need to disable proxy usage on metalk8s
internal repositories, otherwise we can't reach
them if any http(s)_proxy variable is set.

Refs: #2052
  • Loading branch information
alexandre-allard committed Nov 29, 2019
1 parent 2679715 commit 9d736f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/metalk8s/repo/redhat.sls
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Configure {{ repo_name }} repository:
{%- endif %}
- repo_gpg_check: {{ repo_config.repo_gpg_check }}
- enabled: {{ repo_config.enabled }}
- proxy: _none_
- refresh: false
- onchanges_in:
- cmd: Refresh yum cache
Expand Down

0 comments on commit 9d736f3

Please sign in to comment.