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 f0890fd commit 23067d3Copy full SHA for 23067d3
spec/classes/broker_spec.rb
@@ -62,8 +62,6 @@
62
context 'defaults' do
63
if os_facts[:service_provider] == 'systemd'
64
it { is_expected.to contain_file('/etc/init.d/kafka').with_ensure('absent') }
65
- it { is_expected.to contain_file('/etc/systemd/system/kafka.service').with_content %r{^After=network\.target syslog\.target$} }
66
- it { is_expected.to contain_file('/etc/systemd/system/kafka.service').with_content %r{^Wants=network\.target syslog\.target$} }
67
it { is_expected.not_to contain_file('/etc/systemd/system/kafka.service').with_content %r{^LimitNOFILE=} }
68
it { is_expected.not_to contain_file('/etc/systemd/system/kafka.service').with_content %r{^LimitCORE=} }
69
else
0 commit comments