From e3f1e6a5756d0a9df141a16ebbd7f8294fd2b05e Mon Sep 17 00:00:00 2001 From: James Adams Date: Thu, 20 Jul 2023 13:58:57 +0100 Subject: [PATCH] metaconfig/hnormalise: Fix type binding --- ncm-metaconfig/src/main/metaconfig/hnormalise/pan/config.pan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncm-metaconfig/src/main/metaconfig/hnormalise/pan/config.pan b/ncm-metaconfig/src/main/metaconfig/hnormalise/pan/config.pan index d40f3be3ee..3c2b986738 100644 --- a/ncm-metaconfig/src/main/metaconfig/hnormalise/pan/config.pan +++ b/ncm-metaconfig/src/main/metaconfig/hnormalise/pan/config.pan @@ -2,7 +2,7 @@ unique template metaconfig/hnormalise/config; include 'metaconfig/hnormalise/schema'; -bind "/software/components/metaconfig/services/{/etc/hnormalise.yaml}/contents" = type_hnormalise; +bind "/software/components/metaconfig/services/{/etc/hnormalise.yaml}/contents" = hnormalise; prefix "/software/components/metaconfig/services/{/etc/hnormalise.yaml}"; "daemons/hnormalise" = "restart";