Skip to content

Commit

Permalink
Support EL9
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 11, 2024
1 parent 8eec784 commit 64f8569
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,15 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
"8",
"9"
]
}
]
Expand Down
6 changes: 4 additions & 2 deletions spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
ensure => installed,
}

yumrepo { 'powertools':
enabled => true,
if $facts['os']['release']['major'] == "8" {
yumrepo { 'powertools':
enabled => true,
}
}

0 comments on commit 64f8569

Please sign in to comment.