Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
4c4cc270
Commit
4c4cc270
authored
Oct 31, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1496 from dhozac/varnish-init-script
Fix service module for varnish initscript in EPEL
parents
be300b56
20775c0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
library/service
+2
-0
No files found.
library/service
View file @
4c4cc270
...
@@ -171,6 +171,8 @@ def _get_service_status(name, pattern):
...
@@ -171,6 +171,8 @@ def _get_service_status(name, pattern):
running
=
False
running
=
False
elif
'dead but subsys locked'
in
cleanout
:
elif
'dead but subsys locked'
in
cleanout
:
running
=
False
running
=
False
elif
'dead but pid file exists'
in
cleanout
:
running
=
False
# if the job status is still not known check it by special conditions
# if the job status is still not known check it by special conditions
if
running
==
None
:
if
running
==
None
:
...
...
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