Commit 98e4034d by Michael DeHaan

Merge pull request #772 from gottwald/devel-serviceFix

Fixed a Bug in the service module "state changed" recognition
parents 45d2c901 25b52109
......@@ -158,8 +158,6 @@ def main():
if module.params['enabled']:
rc_enable, out_enable, err_enable = _do_enable(name, enable)
if rc == 0:
changed = True
rc += rc_enable
out += out_enable
err += err_enable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment