We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6830273 + 8d7fa58 commit 83d0e43Copy full SHA for 83d0e43
metadata.json
@@ -51,7 +51,7 @@
51
{
52
"operatingsystem": "Fedora",
53
"operatingsystemrelease": [
54
- "32"
+ "38"
55
]
56
}
57
],
spec/acceptance/actions_spec.rb
@@ -10,7 +10,7 @@
10
context 'basic action' do
11
it 'applies with action' do
12
pp = <<-MANIFEST
13
- if $facts['os']['name'] == 'Fedora' and $facts['os']['release']['full'] == 32 {
+ if $facts['os']['name'] == 'Fedora' {
14
package { 'rsyslog-elasticsearch': ensure => installed }
15
16
0 commit comments