From d30e523aed9bc02d8c9c18146853fd276518e457 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 10 Oct 2018 18:59:23 +0200 Subject: [PATCH] disabling strongswan service by default. I turn it back on in ansible when certs are in place --- debian/wit-network-config.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 32bc74c..a675697 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -180,6 +180,7 @@ case "$1" in ## START configuring services as we need it + systemctl disable strongswan # disable ipsec till we have the certs and all systemctl enable firewall systemctl restart systemd-timesyncd systemctl restart ssh