We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68331db commit c622482Copy full SHA for c622482
spec/acceptance/default_parameters_jira_10_spec.rb
@@ -2,12 +2,6 @@
2
3
require 'spec_helper_acceptance'
4
5
-def on_supported_os
6
- family = fact('os.family')
7
- major = fact('os.release.major')
8
- family == 'Debian' and (major >= '22.04' or (major >= '11' and major <= '20'))
9
-end
10
-
11
prepare = <<-EOS
12
# package {'diffutils':
13
# ensure => installed
@@ -127,7 +121,7 @@ class { 'jira':
127
121
EOS
128
122
pp_remove = pre + pp_remove
129
123
130
-context 'jira 10 only on RedHat >=8 and Debian-11', if: on_supported_os do
124
+context 'jira 10' do
131
125
describe 'jira 10 postgresql' do
132
126
it 'installs jira 10 with defaults' do
133
apply_manifest(prepare, catch_failures: true)
0 commit comments