mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9669: updated the strongswan debian conf setting for template
This commit is contained in:
parent
065fa1c849
commit
6a59eb7327
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue