diff sync.py @ 283:0befc8696a07

ws
author drewp@bigasterisk.com
date Mon, 15 Apr 2024 02:28:05 -0700
parents 058c312ffdce
children 3af02e24eaf9
line wrap: on
line diff
--- a/sync.py	Mon Apr 15 02:27:07 2024 -0700
+++ b/sync.py	Mon Apr 15 02:28:05 2024 -0700
@@ -42,7 +42,7 @@
 
 # primary instance is in k8s (/my/serv/filesync/syncthing); the rest are run with systemd.
 # Configs are in ~/.config/syncthing/ on each box
-if host.name in ['dash', 'dot', 'slash', 'plus', 'bang' ,'ditto', 'pillow']:
+if host.name in ['dash', 'dot', 'slash', 'plus', 'bang', 'ditto', 'pillow']:
     apt.packages(packages=['syncthing'], present=False)
     user = 'ari' if host.name == 'dot' else 'drewp'