Skip to content

Commit cafc461

Browse files
committed
Rubocop check fixed
1 parent 58282fb commit cafc461

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spec/acceptance/itk_spec.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,22 @@
55
case os[:family]
66
when 'debian', 'ubuntu'
77
service_name = 'apache2'
8-
variant = :prefork
98
when 'redhat'
10-
variant = :prefork
119
service_name = 'httpd'
1210
when 'freebsd'
1311
service_name = 'apache24'
14-
variant = :prefork
1512
end
1613

1714
# IAC-787: The http-itk mod package is not available in any of the standard RHEL/CentOS 8.x repos. Disable this test
1815
# on those platforms until we can find a suitable source for this package.
1916
describe 'apache::mod::itk class', if: service_name && mod_supported_on_platform?('apache::mod::itk') do
2017
describe 'running puppet code' do
21-
pp = <<-MANIFEST
18+
pp = <<-MANIFEST
2219
class { 'apache':
2320
mpm_module => 'prefork',
2421
}
2522
class { 'apache::mod::itk': }
26-
MANIFEST
23+
MANIFEST
2724

2825
it 'behaves idempotently' do
2926
idempotent_apply(pp)

0 commit comments

Comments
 (0)