Skip to content

Commit 58282fb

Browse files
committed
Removing itk variant
1 parent 6726b9f commit 58282fb

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

spec/acceptance/itk_spec.rb

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,12 @@
1818
# on those platforms until we can find a suitable source for this package.
1919
describe 'apache::mod::itk class', if: service_name && mod_supported_on_platform?('apache::mod::itk') do
2020
describe 'running puppet code' do
21-
let(:pp) do
22-
case variant
23-
when :prefork
24-
<<-MANIFEST
21+
pp = <<-MANIFEST
2522
class { 'apache':
2623
mpm_module => 'prefork',
2724
}
2825
class { 'apache::mod::itk': }
2926
MANIFEST
30-
when :itk_only
31-
<<-MANIFEST
32-
class { 'apache':
33-
mpm_module => 'itk',
34-
}
35-
MANIFEST
36-
end
37-
end
3827

3928
it 'behaves idempotently' do
4029
idempotent_apply(pp)

0 commit comments

Comments
 (0)