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 6726b9f commit 58282fbCopy full SHA for 58282fb
spec/acceptance/itk_spec.rb
@@ -18,23 +18,12 @@
18
# on those platforms until we can find a suitable source for this package.
19
describe 'apache::mod::itk class', if: service_name && mod_supported_on_platform?('apache::mod::itk') do
20
describe 'running puppet code' do
21
- let(:pp) do
22
- case variant
23
- when :prefork
24
- <<-MANIFEST
+ pp = <<-MANIFEST
25
class { 'apache':
26
mpm_module => 'prefork',
27
}
28
class { 'apache::mod::itk': }
29
MANIFEST
30
- when :itk_only
31
32
- class { 'apache':
33
- mpm_module => 'itk',
34
- }
35
- MANIFEST
36
- end
37
38
39
it 'behaves idempotently' do
40
idempotent_apply(pp)
0 commit comments