You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When preparing this formula for Debian 11 support, came across the following problem:
Setting up prometheus (2.24.1+ds-1+b5) ...
adduser: The user `prometheus' already exists, but is not a system user. Exiting.
dpkg: error processing package prometheus (--configure):
installed prometheus package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
prometheus
Resolved this with 0e65cc3. However, I wouldn't be surprised if this should be done for all Linux-based installations. In that case, the fix is easy:
When preparing this formula for Debian 11 support, came across the following problem:
Resolved this with 0e65cc3. However, I wouldn't be surprised if this should be done for all Linux-based installations. In that case, the fix is easy:
prometheus-formula/prometheus/config/users.sls
Lines 22 to 26 in 0e65cc3
Just need to remove the nested
if
statements:The text was updated successfully, but these errors were encountered: