add lingo to restart.all and reload.all commands

This commit is contained in:
Frédéric Péters 2022-09-13 14:08:05 +02:00
parent 4fbdb7bf92
commit ea4466e68f
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ def get_commands():
'hobo-agent.restart': '''test -e /etc/hobo-agent/settings.py && sudo supervisorctl reread && sudo supervisorctl restart hobo-agent''',
# memcached.restart is useful to force shared theme to be updated.
'memcached.restart': '''sudo service memcached restart; /bin/true''',
'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo corbo fargo hobo passerelle wcs welco; /bin/true''',
'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo corbo fargo hobo passerelle wcs welco; /bin/true''',
'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo corbo fargo hobo lingo passerelle wcs welco; /bin/true''',
'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo corbo fargo hobo lingo passerelle wcs welco; /bin/true''',
'passerelle.restart': '''sudo systemctl restart passerelle; /bin/true''',
'wcs.restart': '''sudo systemctl restart wcs; /bin/true''',
# puppet.update, unfortunately without proper error checking.