Skip to content

Commit

Permalink
Merge pull request #10696 from rumch-se/fix_in_package_libreswan_inst…
Browse files Browse the repository at this point in the history
…alled

Removal of package_libreswan_installed from SLE 12/15 profiles
  • Loading branch information
teacup-on-rockingchair authored Jun 21, 2023
2 parents 9d3c8df + 54355d1 commit 2f50cab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ prodtype: alinux2,alinux3,anolis8,fedora,ol7,ol8,ol9,rhcos4,rhel7,rhel8,rhel9,rh
title: 'Install libreswan Package'

description: |-
The Libreswan package provides an implementation of IPsec
The libreswan package provides an implementation of IPsec
and IKE, which permits the creation of secure tunnels over
untrusted networks. {{{ describe_package_install(package="libreswan") }}}
rationale: |-
Providing the ability for remote users or systems
Expand Down Expand Up @@ -45,8 +46,8 @@ fixtext: '{{{ fixtext_package_installed("libreswan") }}}'

srg_requirement: '{{{ srg_requirement_package_installed("libreswan") }}}'


template:
name: package_installed
vars:
pkgname: libreswan

1 change: 1 addition & 0 deletions products/sle12/profiles/pci-dss-4.profile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ selections:
- package_openldap-servers_removed
- package_rsh_removed
- package_samba_removed
- '!package_libreswan_installed'
- package_talk_removed
- package_telnet_removed
- package_xinetd_removed
Expand Down
1 change: 1 addition & 0 deletions products/sle12/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ selections:
- '!service_ntp_enabled'
- '!service_ntpd_enabled'
- '!service_timesyncd_enabled'
- '!package_libreswan_installed'
1 change: 1 addition & 0 deletions products/sle15/profiles/pci-dss-4.profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ selections:
- '!service_ntp_enabled'
- '!service_ntpd_enabled'
- '!service_timesyncd_enabled'
- '!package_libreswan_installed'
1 change: 1 addition & 0 deletions products/sle15/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ selections:
- '!service_ntp_enabled'
- '!service_ntpd_enabled'
- '!service_timesyncd_enabled'
- '!package_libreswan_installed'

0 comments on commit 2f50cab

Please sign in to comment.