Recognize --system for __group
This commit is contained in:
parent
10ca1c12fd
commit
9eed769018
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue