mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2025-03-21 01:31:55 +01:00
using `|json` would let the state get an error if gid is a string, as it would not be converted. Using directly the `None` yaml value, and letting numbers as string be converted by yaml parser.