From a2e10b01335c9d551550e2934ba209a5b607d160 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Tue, 7 Nov 2023 14:14:47 -0800 Subject: [PATCH] Update groups.md --- src/content/docs/ingredients/groups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/ingredients/groups.md b/src/content/docs/ingredients/groups.md index 818991f..ae5cb69 100644 --- a/src/content/docs/ingredients/groups.md +++ b/src/content/docs/ingredients/groups.md @@ -31,9 +31,9 @@ Creates a group if it does not exist | parameter | type | required | description | |-----------|------|----------|-------------| | _name_ | string | yes | The name of the group to create -| _gid_ | int | no | The GID of the group to create +| _gid_ | string | no | The GID of the group to create ```yaml group.present: - name: sprout-group - - gid: 1000 + - gid: "1107" ```