Skip to content

Commit

Permalink
fix(groups): groups should always be created as system groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mdschmitt committed Dec 13, 2021
1 parent cad14ac commit 711ebf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus/config/users.sls
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
prometheus-config-users-install-{{ name }}-group-present:
group.present:
- name: {{ name }}
- system: true
- require_in:
- user: prometheus-config-users-install-{{ name }}-user-present
Expand Down

0 comments on commit 711ebf7

Please sign in to comment.