Skip to content

Commit 83d0e43

Browse files
authored
Merge pull request #233 from kenyon/fedora38
Update supported Fedora version to 38
2 parents 6830273 + 8d7fa58 commit 83d0e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
{
5252
"operatingsystem": "Fedora",
5353
"operatingsystemrelease": [
54-
"32"
54+
"38"
5555
]
5656
}
5757
],

spec/acceptance/actions_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
context 'basic action' do
1111
it 'applies with action' do
1212
pp = <<-MANIFEST
13-
if $facts['os']['name'] == 'Fedora' and $facts['os']['release']['full'] == 32 {
13+
if $facts['os']['name'] == 'Fedora' {
1414
package { 'rsyslog-elasticsearch': ensure => installed }
1515
}
1616

0 commit comments

Comments
 (0)