-
Notifications
You must be signed in to change notification settings - Fork 859
Conversation
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run. |
Good catch @koenpunt , thanks for the PR. |
Hadn't had any trouble without |
Awesome, thanks. |
Jenkins, test it! |
Added, and from what I found thus far is that Yum supports https out of the box. |
I believe the failed run has nothing to do with these changes..? |
Yeah looks like some issue with kitchen tests. |
Sidenote, I think anyone now updating the role will end up with 2 separate source definitions in |
Yeah, just tested, results in a duplicate warning:
Only affects Debian/Ubuntu as RHEL/CentOS uses: https://github.com/elastic/ansible-elasticsearch/blob/master/templates/elasticsearch.repo Currently I can only think of adding something like @gingerwizard @jpcarey @koenpunt any better ideas? |
We can just add an extra line to the task I guess:
|
I've created a PR if that's the change we want: #172 |
Or we can add a additional variable like |
@jakommo would there be harm to switching |
See my comment #172 (comment). About switching to template. Not sure if this brings any advantage. I think staying with Looks like there is a yum_repository now and it has a lot more options than the apt one. Maybe we should think about switching from the template to the |
☞ I do think the |
That shouldn't be a problem since we require > 2.1.2 already |
Changed debian repo from http to https, but exisiting http repos (from earlier runs) would persist and lead to an duplicate entry warning in apt. This PR will remove the old http repo, if present.
Created #173 to fix this for now. |
No description provided.