Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ncm-metaconfig: Add service action condrestart
Current list of allowed service actions includes restart, reload, and stop_sleep_start. This creates problems when the metaconfig component issues a reload action for a given service on a brand new host. Since the host is new, that service has never been started, and therefore the reload command fails. This also prevents the rest of Quattor components depending on metaconfig from running. To solve this, allow service command condrestart, which works whether the service is already running or not.
- Loading branch information