cdist/cdist/conf/type/__group
Dimitrios Apostolou 2cae33f6d6 Fix __group type failing with --gid
The command `echo -- -g` prints `-- -g` so the generated `groupadd` command
was syntactically incorrect and failing. Solution was to remove `--` since
echo command does not understand it, and add instead an extra space before
`-g` to avoid echo interpreting it as a flag.
2018-11-18 01:30:40 +01:00
..
explorer Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
parameter actually use new --state param 2015-02-10 22:44:08 +01:00
gencode-remote Fix __group type failing with --gid 2018-11-18 01:30:40 +01:00
man.rst GPLv3+ relicensing. 2016-08-10 18:15:54 +02:00