Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
rsyslog
Commits
654dd34a
Commit
654dd34a
authored
Feb 18, 2020
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove RHEL 5 spec
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
27528f6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
spec/default_spec.rb
spec/default_spec.rb
+0
-11
No files found.
spec/default_spec.rb
View file @
654dd34a
...
...
@@ -241,17 +241,6 @@ describe 'rsyslog::default' do
end
end
context
'syslog service on rhel 5'
do
let
(
:chef_run
)
do
ChefSpec
::
ServerRunner
.
new
(
platform:
'centos'
,
version:
'5.11'
).
converge
(
described_recipe
)
end
it
'stops and starts the syslog service on RHEL'
do
expect
(
chef_run
).
to
stop_service
(
'syslog'
)
expect
(
chef_run
).
to
disable_service
(
'syslog'
)
end
end
context
'system-log service'
do
let
(
:chef_run
)
do
ChefSpec
::
ServerRunner
.
new
(
platform:
'smartos'
,
version:
'5.11'
).
converge
(
described_recipe
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment