From 2bfed0b53e991ded049f79ae63786dc85977c2a7 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 31 Oct 2018 23:22:31 +0100 Subject: [PATCH] leaving strongswan untouched since it would otherwise break a upgrade process --- debian/wit-network-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 063aa70..50aaf5a 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -364,7 +364,7 @@ case "$1" in ## START configuring services as we need it - systemctl disable strongswan # disable ipsec till we have the certs and all ansible will enable it after dropping certs + #systemctl disable strongswan # disable ipsec till we have the certs and all ansible will enable it after dropping certs systemctl enable firewall systemctl enable systemd-timesyncd systemctl restart systemd-timesyncd