Skip to content

Commit

Permalink
feat(config): enable centos stream 9 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 14, 2024
1 parent 494e0ed commit 4aa17b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobbler/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{%- if cobbler.pkg.epel.enabled %}
include:
- epel
{%- if grains["osfinger"] in ("CentOS Linux-8", "CentOS Stream-9") %}
{%- if grains["osfinger"] == "CentOS Linux-8" %}
cobbler-package-install-pkg-enable-dnf-module:
cmd.run:
- name: dnf module enable cobbler
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/centos-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ values:
source_files:
cobbler-config-file-file-managed:
- settings.yaml.jinja
version: 3.3.4
version: 3.2.2
webdir: "/var/www"

0 comments on commit 4aa17b3

Please sign in to comment.