Skip to content

Commit 84b36aa

Browse files
author
jordanbreen28
committed
(CONT-792) - Remove Redundant RHEL7/Puppet 5 Spec test
1 parent c77755b commit 84b36aa

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec/classes/server/config_spec.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@
2929
is_expected.to contain_file('/etc/systemd/system/postgresql.service.d/postgresql.conf')
3030
end
3131

32-
context 'RHEL 7 host with Puppet 5' do
33-
include_examples 'RedHat 7'
34-
35-
it 'has systemctl restart command' do
36-
is_expected.to contain_exec('systemd-postgresql.service-systemctl-daemon-reload').with(
37-
command: 'systemctl daemon-reload',
38-
refreshonly: true,
39-
path: '/bin:/usr/bin:/usr/local/bin',
40-
)
41-
end
42-
end
43-
4432
describe 'with manage_package_repo => true and a version' do
4533
let(:pre_condition) do
4634
<<-EOS

0 commit comments

Comments
 (0)