Fix unison:
https://code.launchpad.net/~ivoks/charm-helpers/fix-unison/+merge/208937
This commit is contained in:
parent
1e1b35b197
commit
a7c8d88dbb
@ -253,5 +253,5 @@ def sync_to_peer(host, user, paths=[], verbose=False):
|
|||||||
|
|
||||||
def sync_to_peers(peer_interface, user, paths=[], verbose=False):
|
def sync_to_peers(peer_interface, user, paths=[], verbose=False):
|
||||||
'''Sync all hosts to an specific path'''
|
'''Sync all hosts to an specific path'''
|
||||||
for host in collect_authed_hosts():
|
for host in collect_authed_hosts(peer_interface):
|
||||||
sync_to_peer(host, user, paths, verbose)
|
sync_to_peer(host, user, paths, verbose)
|
||||||
|
Loading…
Reference in New Issue
Block a user