Skip to content

Commit

Permalink
fix(pkg): epel fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Nov 16, 2023
1 parent ef95fba commit 4f7b4d0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cobbler/parameters/osfinger/Rocky Linux-8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Set values specific to:
# salt['config.get']('osfinger') == Rocky Linux-8.
#
# You just need to add the key:values for this `osfinger` that differ
# from `defaults.yaml`.
#
# If you do not need to provide defaults via the `osfinger` config,
# you can remove this file or provide at least an empty dict, e.g.
# values: {}
---
values:
pkg:
name: cobbler3.2
...
17 changes: 17 additions & 0 deletions cobbler/parameters/osfinger/Rocky Linux-9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
#
# Set values specific to:
# salt['config.get']('osfinger') == Rocky Linux-9.
#
# You just need to add the key:values for this `osfinger` that differ
# from `defaults.yaml`.
#
# If you do not need to provide defaults via the `osfinger` config,
# you can remove this file or provide at least an empty dict, e.g.
# values: {}
---
values:
pkg:
name: cobbler3.3
...

0 comments on commit 4f7b4d0

Please sign in to comment.