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 3563fa4 commit ef95fba
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
17 changes: 17 additions & 0 deletions cobbler/parameters/osfinger/AlmaLinux-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') == AlmaLinux-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/AlmaLinux-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') == AlmaLinux-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
...
6 changes: 0 additions & 6 deletions test/salt/pillar/default.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ cobbler:
lookup:
dhcp:
v4: true

pkg:
name: cobbler
service:
name: cobblerd
config: /etc/cobbler/settings.yaml
dns:
enabled: true

Expand Down

0 comments on commit ef95fba

Please sign in to comment.