configure-rabbitmq: Remove use of sudo.

It already runs as root everywhere except in provision_inner, so move
the sudo there.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-04-15 16:05:21 -07:00
committed by Alex Vandiver
parent f63ad171f7
commit 63a1ef0e91
4 changed files with 12 additions and 18 deletions

View File

@@ -506,7 +506,6 @@ bash_rules = RuleList(
"include_only": {"scripts/"},
"exclude": {
"scripts/lib/install",
"scripts/setup/configure-rabbitmq",
},
},
*whitespace_rules[0:1],