monit startup fix

pull/18777/head
Ryan G. Hunter 10 years ago committed by Matt Clay
parent 7212bc294e
commit 67967d04ee

@ -127,8 +127,7 @@ def main():
module.exit_json(changed=True)
status = run_command('reload')
if status == '':
module.fail_json(msg='%s process not configured with monit' % name, name=name, state=state)
else:
wait_for_monit_to_stop_pending()
module.exit_json(changed=True, name=name, state=state)
module.exit_json(changed=False, name=name, state=state)

Loading…
Cancel
Save