Skip to content

Commit

Permalink
fix(cluster): corrected user/group
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jul 8, 2021
1 parent c3bcef5 commit c147819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rabbitmq/config/cluster/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rabbitmq-config-cluster-{{ name }}-join-{{ cluster.host }}:
- name: {{ cluster.erlang_cookie.name }}
- contents: {{ cluster.erlang_cookie.value }}
- mode: 400
- user: {{ rabbitmq.config.user }}
- group: {{ rabbitmq.config.user }}
- user: rabbitmq
- group: {{ rabbitmq.rootgroup }}
- makedirs: True
- watch_in:
- service: rabbitmq-service-running-service-running
Expand Down

0 comments on commit c147819

Please sign in to comment.