From 9eed769018b0e9092cfc94dfcdb5d7f74f8f093b Mon Sep 17 00:00:00 2001 From: Anton Rieger Date: Fri, 19 Mar 2021 00:36:00 +0100 Subject: [PATCH] Recognize --system for __group --- cdist/conf/type/__group/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__group/gencode-remote b/cdist/conf/type/__group/gencode-remote index ff63e218..cb33f18e 100755 --- a/cdist/conf/type/__group/gencode-remote +++ b/cdist/conf/type/__group/gencode-remote @@ -43,7 +43,7 @@ if [ "$state" = "present" ]; then supported_change_properties="gid" ;; *) - supported_change_properties="gid password" + supported_change_properties="gid password system" ;; esac if grep -q "^${name}:" "$__object/explorer/group"; then