From 60dcd4bf663c1382ce92138ac69d055bae8bf876 Mon Sep 17 00:00:00 2001 From: diademiemi Date: Wed, 1 Nov 2023 18:52:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20EX403?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ RH-EX403/README.md | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c6ae43a..dfd25c3 100644 --- a/README.md +++ b/README.md @@ -48,18 +48,18 @@ This repository is not to be used as a study guide, this will not be enough to s 🎉 2023-10-05 ./RH-EX374 + + Certified Specialist in Deployment and Systems Management + EX403 + 🎉 2023-11-01 + ./RH-EX403 + Certified Specialist in Managing
Automation with Ansible Automation Platform EX467 WIP ./RH-EX467 - - Certified Specialist in Deployment and Systems Management - EX403 - WIP - ./RH-EX403 - Certified Specialist in Services
Management and Automation EX358 diff --git a/RH-EX403/README.md b/RH-EX403/README.md index ba1dc1a..75f25de 100644 --- a/RH-EX403/README.md +++ b/RH-EX403/README.md @@ -332,3 +332,8 @@ rpm --checksig /root/rpmbuild/RPMS/noarch/example-1.0.0-1.el8.noarch.rpm # Signature should be OK ``` + +### Upload Example RPM to Foreman / Satellite +```bash +hammer repository upload-content --name "CentOS Stream 8 - BaseOS" --product "CentOS Product" --organization "Default Organization" --path /root/rpmbuild/RPMS/noarch/example-1.0.0-1.el8.noarch.rpm +```