Merge pull request #239 from olmoser/feat/yum-proxy-support/om
Adding proxy support for yum repo
This commit is contained in:
commit
fea1813164
1 changed files with 4 additions and 0 deletions
|
|
@ -4,3 +4,7 @@ baseurl=https://artifacts.elastic.co/packages/{{ es_major_version }}/yum
|
|||
gpgcheck=1
|
||||
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
||||
enabled=1
|
||||
{% if es_proxy_host is defined and es_proxy_port is defined %}
|
||||
proxy=http://{{ es_proxy_host }}:{{es_proxy_port}}
|
||||
{% endif %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue