Fixup incorrect use of config
This commit is contained in:
parent
41e6992ea7
commit
c15ac44150
@ -552,7 +552,7 @@ def synchronize_service_credentials():
|
||||
unison.sync_to_peers(peer_interface='cluster',
|
||||
paths=[SERVICE_PASSWD_PATH], user=SSH_USER,
|
||||
verbose=True)
|
||||
if config('http-service-endpoints') in ['True', 'true']:
|
||||
if config('https-service-endpoints') in ['True', 'true']:
|
||||
unison.sync_to_peers(peer_interface='cluster',
|
||||
paths=[SSL_DIR], user=SSH_USER, verbose=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user