From 931b9f41c8b7d1a8bb2263b2d257b6ec3bb6ed6f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 17 Feb 2013 12:13:26 -0500 Subject: [PATCH] Make note about enablement bit --- library/service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/service b/library/service index 7cb77b7909..cbf93a88cf 100644 --- a/library/service +++ b/library/service @@ -647,6 +647,8 @@ def main(): # Enable/disable service startup at boot if requested 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() # Collect service status