From 6a59eb7327c2a997844b656fb2f39c49d3b2b4d2 Mon Sep 17 00:00:00 2001 From: Jayapal Date: Mon, 15 May 2017 12:32:00 +0530 Subject: [PATCH] CLOUDSTACK-9669: updated the strongswan debian conf setting for template --- .../definitions/systemvmtemplate/install_systemvm_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh index 227bfc2adce..9daa2d8fda6 100644 --- a/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh +++ b/tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh @@ -28,8 +28,8 @@ function install_vhd_util() { function debconf_packages() { echo 'sysstat sysstat/enable boolean true' | debconf-set-selections - echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections - echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections + echo "strongwan strongwan/install_x509_certificate boolean false" | debconf-set-selections + echo "strongwan strongwan/install_x509_certificate seen true" | debconf-set-selections echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections echo "libc6 libraries/restart-without-asking boolean false" | debconf-set-selections