Fixup incorrect use of config

This commit is contained in:
James Page 2014-03-27 09:36:34 +00:00
parent 41e6992ea7
commit c15ac44150
1 changed files with 1 additions and 1 deletions

View File

@ -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)