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

Packages Missing for Bullseye #8

Open
jdohnstad opened this issue Sep 6, 2021 · 1 comment
Open

Packages Missing for Bullseye #8

jdohnstad opened this issue Sep 6, 2021 · 1 comment

Comments

@jdohnstad
Copy link

Is it intended to install the nut-monitor GUI package?

I don't think most of the functionality enabled by this role requires the GTK GUI. This package doesn't seem to be available on Debian bullseye, causing the role to fail. Could packages be made configurable or maybe the nut-monitor package should just be excluded.

@ntd
Copy link
Owner

ntd commented Sep 6, 2021

It seems nut-monitor has been removed because unmaintained. With the default role you can override which packages are installed though, e.g.:

- role: ntd.nut
  nut_packages:
    - nut-client
    - nut-server
  nut_services:
    - nut-driver
    - nut-server
  nut_ups:
    - name: ...
      driver: ...
      device: ...

Please, check if something similar works in your environment.

I'm glad to accept patches that add nut_packages to the documentation and/or remove nut-monitor on Sid/Bullseye (on old Debian it must stay for backward compatibility).

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

2 participants