From 1d7e4ecf00bcabb9abe525380c31fbfc5182c82d Mon Sep 17 00:00:00 2001 From: Simon Walter Date: Tue, 7 May 2024 17:30:16 +0200 Subject: [PATCH] __user to support --groups --- cdist/conf/type/__user/man.rst | 3 +++ cdist/conf/type/__user/parameter/optional | 1 + 2 files changed, 4 insertions(+) diff --git a/cdist/conf/type/__user/man.rst b/cdist/conf/type/__user/man.rst index ef6b77af..0c8107c7 100644 --- a/cdist/conf/type/__user/man.rst +++ b/cdist/conf/type/__user/man.rst @@ -30,6 +30,9 @@ home gid see above +groups + see above + password see above diff --git a/cdist/conf/type/__user/parameter/optional b/cdist/conf/type/__user/parameter/optional index de6c3838..ca41fe0a 100644 --- a/cdist/conf/type/__user/parameter/optional +++ b/cdist/conf/type/__user/parameter/optional @@ -2,6 +2,7 @@ state comment home gid +groups password shell uid