From 79c3734913f44be0732b5f8c591a900ee8c991a9 Mon Sep 17 00:00:00 2001 From: Evilham Date: Wed, 17 Jun 2020 22:27:42 +0200 Subject: [PATCH] [__git]: Improve understanding with a manifest comment. --- cdist/conf/type/__git/manifest | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist/conf/type/__git/manifest b/cdist/conf/type/__git/manifest index 6fb870f4..7c575724 100755 --- a/cdist/conf/type/__git/manifest +++ b/cdist/conf/type/__git/manifest @@ -32,6 +32,7 @@ mode="$(cat "$__object/parameter/mode")" case "$state_should" in present) + # Handled in gencode-remote : ;;