Skip to content

Commit 6a59eb7

Browse files
committed
CLOUDSTACK-9669: updated the strongswan debian conf setting for template
1 parent 065fa1c commit 6a59eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/appliance/definitions/systemvmtemplate/install_systemvm_packages.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function install_vhd_util() {
2828

2929
function debconf_packages() {
3030
echo 'sysstat sysstat/enable boolean true' | debconf-set-selections
31-
echo "openswan openswan/install_x509_certificate boolean false" | debconf-set-selections
32-
echo "openswan openswan/install_x509_certificate seen true" | debconf-set-selections
31+
echo "strongwan strongwan/install_x509_certificate boolean false" | debconf-set-selections
32+
echo "strongwan strongwan/install_x509_certificate seen true" | debconf-set-selections
3333
echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
3434
echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections
3535
echo "libc6 libraries/restart-without-asking boolean false" | debconf-set-selections

0 commit comments

Comments
 (0)