Skip to content

Commit

Permalink
Merge branch 'main' of github.com:diademiemi/exam_preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Nov 2, 2023
2 parents 37f344d + 60dcd4b commit 110a2e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ This repository is not to be used as a study guide, this will not be enough to s
<td>🎉 2023-10-05</td>
<td><code><a href="./RH-EX374">./RH-EX374</a></code></td>
</tr>
<tr>
<td rowspan=1>Certified Specialist in Deployment and Systems Management</td>
<td>EX403</td>
<td>🎉 2023-11-01</td>
<td><code><a href="./RH-EX403">./RH-EX403</a></code></td>
</tr>
<tr>
<td rowspan=1>Certified Specialist in Managing<br>Automation with Ansible Automation Platform</td>
<td>EX467</td>
<td>WIP</td>
<td><code><a href="./RH-EX467">./RH-EX467</a></code></td>
</tr>
<tr>
<td rowspan=1>Certified Specialist in Deployment and Systems Management</td>
<td>EX403</td>
<td>WIP</td>
<td><code><a href="./RH-EX403">./RH-EX403</a></code></td>
</tr>
<tr>
<td rowspan=1>Certified Specialist in Services<br>Management and Automation</td>
<td>EX358</td>
Expand Down
5 changes: 5 additions & 0 deletions RH-EX403/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,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
```

0 comments on commit 110a2e6

Please sign in to comment.