Skip to content

Commit

Permalink
Merge pull request #6408 from zwets/fix-add-system-aliases
Browse files Browse the repository at this point in the history
Add monit, ansible, cchq to /etc/aliases
  • Loading branch information
millerdev authored Oct 28, 2024
2 parents edeccb7 + 4e4aaa1 commit 64ed8da
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ couchdb: root
rabbitmq: root
kafka: root
zookeeper: root
monit: root
ansible: root
{% if cchq_user is defined %}
{{ cchq_user }}: root
{% endif %}
{% if root_email is defined %}
root: {{ root_email }}
{% endif %}

0 comments on commit 64ed8da

Please sign in to comment.