Commit 931b9f41 by Michael DeHaan

Make note about enablement bit

parent 934f4163
...@@ -647,6 +647,8 @@ def main(): ...@@ -647,6 +647,8 @@ def main():
# Enable/disable service startup at boot if requested # Enable/disable service startup at boot if requested
if service.module.params['enabled']: if service.module.params['enabled']:
# FIXME: ideally this should detect if we need to toggle the enablement state, though
# it's unlikely the changed handler would need to fire in this case so it's a minor thing.
service.service_enable() service.service_enable()
# Collect service status # Collect service status
......
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