Skip to content

Commit

Permalink
Fix #113 : deployment with PCI-DSS security profile
Browse files Browse the repository at this point in the history
Change the name of the file to match what's expected by anaconda.
from :
ln -sf/usr/share/xml/scap/ssg/content/{ssg-rhel8,ssg-onn45}-ds.xml
to :
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel8,ssg-onn4}-ds.xml
  • Loading branch information
gpavinteractiv authored and sandrobonazzola committed May 17, 2023
1 parent 072a3e6 commit a58e84b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/distro-defs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ centos8stream:
- scap-security-guide # needed for post action
post:
- |
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel8,ssg-onn45}-ds.xml
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel8,ssg-onn4}-ds.xml
cbs8s:
url: --url=http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
Expand All @@ -38,7 +38,7 @@ cbs8s:
- -ovirt-node-ng-image-update
post:
- |
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel8,ssg-onn45}-ds.xml
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel8,ssg-onn4}-ds.xml
c9s:
url: --metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-$stream&arch=$basearch
Expand All @@ -57,7 +57,7 @@ c9s:
- scap-security-guide # needed for post action
post:
- |
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel9,ssg-onn45}-ds.xml
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel9,ssg-onn4}-ds.xml
alma9:
url: --url=https://repo.almalinux.org/almalinux/9/BaseOS/$basearch/os/
Expand Down Expand Up @@ -93,7 +93,7 @@ alma9:
- scap-security-guide # needed for post action
post:
- |
ln -sf /usr/share/xml/scap/ssg/content/{ssg-almalinux9,ssg-onn45}-ds.xml
ln -sf /usr/share/xml/scap/ssg/content/{ssg-almalinux9,ssg-onn4}-ds.xml
rocky9:
url: --url=http://dl.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/
Expand Down Expand Up @@ -129,4 +129,4 @@ rocky9:
- scap-security-guide # needed for post action
post:
- |
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel9,ssg-onn45}-ds.xml
ln -sf /usr/share/xml/scap/ssg/content/{ssg-rhel9,ssg-onn4}-ds.xml

0 comments on commit a58e84b

Please sign in to comment.