Skip to content

Fix, system.repo don't use curl on fixed pkgrepo.manage#155

Merged
cloudlab-autobuild merged 1 commit intomasterfrom
fix-curl-behind-proxy
Jun 12, 2018
Merged

Fix, system.repo don't use curl on fixed pkgrepo.manage#155
cloudlab-autobuild merged 1 commit intomasterfrom
fix-curl-behind-proxy

Conversation

@epcim
Copy link
Copy Markdown
Member

@epcim epcim commented Jun 12, 2018

Change-Id: Id5b5a44f3dfbbdd60442fd2f273b72557fa9e191

(change will come from Mirantis gerrit once it pass tests)

Change-Id: Id5b5a44f3dfbbdd60442fd2f273b72557fa9e191
{%- if repo.key_server is defined %}
- keyserver: {{ repo.key_server }}
{%- endif %}
{%- if repo.key_url is defined and grains['saltversioninfo'] >= [2017, 7] %}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

or repo.key_url.startswith('salt://')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I mean:
{%- if repo.key_url is defined and (grains['saltversioninfo'] >= [2017, 7] or repo.key_url.startswith('salt://')) %}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

well, you are right, can you send one more PR (I will merge it on GH while traveling home)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

See PR #156

@cloudlab-autobuild cloudlab-autobuild merged commit 24477c5 into master Jun 12, 2018
bbinet added a commit to bbinet/salt-formula-linux that referenced this pull request Jun 12, 2018
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.

3 participants