-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Fix Archlinux acceptance test #719
Conversation
3e46104
to
0cac5c7
Compare
0cac5c7
to
4e5c6ff
Compare
4bcf954
to
8115478
Compare
Hallo! Fill out this form if you'd like to claim your May the Source Be With You sticker! https://forms.office.com/r/Cn55uJmWMH |
8115478
to
aea810b
Compare
This commit fixes the Archlinux tests. Most notably the default for `install_method` is reset to the default for Archlinux. This is because most exporters actually don't have a package for Archlinux. The changes are somwhat backwards incompatible, but I would argue that previously the module was broken for Archlinux. So I consider this a bugfix instead.
aea810b
to
8a142e2
Compare
EDIT: Nevermind, I had an error on my side. |
One thing doesn't seem to work though: Arch Prometheus expects the
|
IIRC this PR did not touch anything related here. Can you try to set it yourself using |
This PR sets Of course, I can fix this by setting |
I see. Part of the issue is that this is the only target where Ideally I will have a look at it and see if I can provide a fix. Or if you would like to have a go at it pull requests are always welcome. In the meantime could you please file a new issue for this? |
I have made quick test in a vagrant box. adding This is the full diff between the package unit file and the module generated one:
|
This fixes the Archlinux tests. Most notably the default for
install_method
is reset to the default for Archlinux. This is because most exporters actually don't have a package for Archlinux. The changes are somwhat backwards incompatible, but I would argue that previously the module was broken for Archlinux. So I consider this a bugfix instead.