add docbow to reload.all/restart.all (#77511)

This commit is contained in:
Frédéric Péters 2023-05-12 08:37:33 +02:00
parent d3e67cae27
commit 47ec9ee61b
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 fargo hobo lingo passerelle wcs welco; /bin/true''',
'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo fargo hobo lingo passerelle wcs welco; /bin/true''',
'restart.all': '''sudo systemctl restart authentic2-multitenant bijoe chrono combo docbow fargo hobo lingo passerelle wcs welco; /bin/true''',
'reload.all': '''sudo systemctl reload authentic2-multitenant bijoe chrono combo docbow 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.