Skip to content

Commit

Permalink
Merge pull request #73 from mdschmitt/master
Browse files Browse the repository at this point in the history
fix(groups): groups should always be created as system groups
  • Loading branch information
noelmcloughlin authored Dec 13, 2021
2 parents cad14ac + 711ebf7 commit 1f84e4c
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 1f84e4c

Please sign in to comment.