Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
mirror
Logrotate Formula
Commits
2136711a
Unverified
Commit
2136711a
authored
Jan 14, 2022
by
Imran Iqbal
Browse files
test(base): re-enable Arch Linux test (possible due to `cron-formula`)
parent
4cf28088
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/integration/default/controls/base.rb
View file @
2136711a
...
...
@@ -43,12 +43,10 @@ end
control
'logrotate.service.running'
do
title
'The service should be installed, enabled and running'
only_if
(
'Disabled on Arch Linux'
)
do
!
%w[arch]
.
include?
(
platform
[
:name
])
end
service
=
case
platform
[
:family
]
case
system
.
platform
[
:family
]
when
'arch'
'cronie'
when
'redhat'
,
'fedora'
'crond'
else
...
...
Francesco Gionghi
@fgionghi
mentioned in commit
726d537f
·
Feb 28, 2022
mentioned in commit
726d537f
mentioned in commit 726d537f9ae05361b8a74e73076443c99af0e51b
Toggle commit list
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