Skip to content
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 sles bug (analogue to rhel) #172

Open
floerica opened this issue Mar 30, 2024 · 3 comments
Open

fix sles bug (analogue to rhel) #172

floerica opened this issue Mar 30, 2024 · 3 comments

Comments

@floerica
Copy link

Hello,

i tried to install grafana on a fresh installed sles box. It fails because of some systemv issues.
for rhel you have already a fix, i patched the same in the suse part. During my installation journey i might add other patches for sles too

file: roles/grafana/vars/distro/suse.yml

---
grafana_package: "grafana{{ (grafana_version != 'latest') | ternary('-' ~ grafana_version, '') }}"
# https://unix.stackexchange.com/questions/534463/cant-enable-grafana-on-boot-in-fedora-because-systemd-sysv-install-missing
# applies to SuSe too
_grafana_dependencies:
  - insserv-compat

@ishanjainn
Copy link
Member

cc @gardar

@gardar
Copy link
Collaborator

gardar commented Apr 10, 2024

@floerica could you open a PR?

@floerica
Copy link
Author

done

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

No branches or pull requests

3 participants