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 c77755b commit 84b36aaCopy full SHA for 84b36aa
spec/classes/server/config_spec.rb
@@ -29,18 +29,6 @@
29
is_expected.to contain_file('/etc/systemd/system/postgresql.service.d/postgresql.conf')
30
end
31
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
43
44
describe 'with manage_package_repo => true and a version' do
45
let(:pre_condition) do
46
<<-EOS
0 commit comments