Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

epcim
Copy link
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
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
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
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
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