f56d5f6a73
This change adds the package zitrlp-strongswan. This module allows management of strongswan on Debian via swanctl / VICI. Test Plan: PASS: downloader PASS: build-pkgs --clean --all PASS: build-image PASS: Run full build, system install, bootstrap and unlock SX system PASS: Run command "puppet module list | grep strongswan" PASS: Create a puppet manifest file responsible for creating and configuring each one of the strongswan and swanctl config files. Copy the manifest to /usr/share/puppet/modules/platform/manifest directory. Run "sudo puppet apply -e "include ::platform::strongswan"" command. Observe that the files /etc/swanctl/swanctl.conf, /etc/strongswan.conf, /etc/strongswan.d/charon.conf and /etc/strongswan.d/charon-loggings.conf were updated according with the specifications of the implemented manifest. Story: 2010940 Task: 48987 Change-Id: I3fac6d5ec514a9a7ab237b0c83dda61d042d4fcf Signed-off-by: Leonardo Mendes <Leonardo.MendesSantana@windriver.com>
16 lines
550 B
Plaintext
16 lines
550 B
Plaintext
Source: puppet-zitrlp-strongswan
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: puppet-zitrlp-strongswan
|
|
Architecture: any
|
|
Depends: puppet (>= 5.2.22),
|
|
puppet-module-puppetlabs-stdlib,
|
|
${misc:depends}
|
|
Description: Puppet module named puppet-zitrlp-strongswan
|
|
This module allows management of strongswan on Debian via swanctl / VICI, route-based or otherwise.
|