-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Linux: do not install openssh twice #58
Conversation
Codecov Report
@@ Coverage Diff @@
## master #58 +/- ##
=======================================
Coverage 84.00% 84.00%
=======================================
Files 1 1
Lines 300 300
=======================================
Hits 252 252
Misses 48 48
Continue to review full report at Codecov.
|
7cf9014
to
4aa8327
Compare
tested this on voxpupuli/puppet-nginx#1492 |
4aa8327
to
f7a6ea9
Compare
requires voxpupuli/beaker#1722 |
f7a6ea9
to
8065a34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs to depend on a beaker version which includes the patch in the gemspec. Other than that 👍
8065a34
to
b29839d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should first get the beaker release out and then depend on that in the gemspec.
I thought about depending on beaker, but I saw this in the Gemfile: |
Before voxpupuli/beaker@4b77c07#diff-1ebd183c59746ea85d13dbd4792dc98863a406a960f257e38ff0478cc9d905bc at least some things couldn't depend on beaker, but I think that's old and we can now actually depend on it. |
b29839d
to
c1fc496
Compare
9c8af54
to
96096a9
Compare
96096a9
to
7309fee
Compare
7309fee
to
e15903f
Compare
is it possible that beaker-docker pulls images for CI from dockerhub, but CentOS community publishes to quay. where stream8 exists. but on dockerhub, docker builds centos images and only has eol centos 8, no centos stream 8. I'm trying to figure out where the images are coming from we set in acceptance/config/nodes/hosts.yaml. |
f0d986a
to
55871e8
Compare
@ekohl should be fine now |
2c1ef26
to
6d76b67
Compare
e6c6262
to
0895314
Compare
updated the PR title to reflect the current changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I also like the long options.
Argh, I merged the other PR first and now this conflicts. Sorry. |
openssh package is already provided by additional_packages(), there is no need to install it twice.
145692f
to
a04cd2f
Compare
No description provided.