Bug #17601
Updated by Javier BĂ©rtoli over 3 years ago
The formula is adding the login-sync gem, but not a cron to run it every two minutes. We need to add
<pre>
# SALT_CRON_IDENTIFIER:arvados_login_sync
*/2 * * * * /usr/local/bin/arvados-login-sync
</pre>
Shell node needs to be registered to API to run the script, so that needs to be fixed before this ticket.