fix missing comma in list of strings

This commit is contained in:
Rye Terrell 2017-04-19 13:33:08 -05:00
parent 4524579c0e
commit 39818e16d4

View File

@ -99,7 +99,7 @@ def cleanup_pre_snap_services():
# cleanup old files
files = [
"/lib/systemd/system/kubelet.service",
"/lib/systemd/system/kube-proxy.service"
"/lib/systemd/system/kube-proxy.service",
"/etc/default/kube-default",
"/etc/default/kubelet",
"/etc/default/kube-proxy",