add reload.all command (#58935)

This commit is contained in:
Benjamin Dauvergne 2021-11-24 11:58:35 +01:00
parent ba718fb9a9
commit 8244e99209
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ def get_commands():
# 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''',
'passerelle.restart': '''sudo systemctl restart passerelle; /bin/true''',
'wcs.restart': '''sudo systemctl restart wcs; /bin/true''',
# puppet.update, unfortunately without proper error checking.