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 0629928 commit 2f1f9a2Copy full SHA for 2f1f9a2
spec/acceptance/itk_spec.rb
@@ -14,7 +14,9 @@
14
variant = :prefork
15
end
16
17
-describe 'apache::mod::itk class', if: service_name do
+# IAC-787: The http-itk mod package is not available in any of the standard RHEL/CentOS 8.x repos. Disable this test
18
+# on those platforms until we can find a suitable source for this package.
19
+describe 'apache::mod::itk class', if: service_name, unless: os[:family] == 'redhat' && os[:release].to_i >= 8 do
20
describe 'running puppet code' do
21
let(:pp) do
22
case variant
0 commit comments