Skip to content

Commit

Permalink
🎉 EX403
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Nov 1, 2023
1 parent 750e01c commit 60dcd4b
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 @@ -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
```

0 comments on commit 60dcd4b

Please sign in to comment.