From b46145edc85d95b78e4872c67f52365c7e258b6d Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 25 Oct 2018 11:23:29 +0100 Subject: [PATCH] ncm-metaconfig: Remove caf_service_action type to allow reuse --- ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan | 2 -- 1 file changed, 2 deletions(-) diff --git a/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan b/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan index e3ee6935a9..d105f67bd6 100644 --- a/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan +++ b/ncm-metaconfig/src/main/pan/components/metaconfig/schema.pan @@ -84,8 +84,6 @@ type ${project.artifactId}_textrender_convert = { true; }; -type caf_service_action = string with match(SELF, '^(restart|condrestart|reload|stop_sleep_start)$'); - type ${project.artifactId}_actions = { @{Always run, happens before possible modifications. A failure will cancel any file modification, unless the command is prefixed with -.}