cdist configuration management
Latest manual: https://www.cdi.st/manual/latest/
Home page: https://www.cdi.st
2cae33f6d6
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. |
||
---|---|---|
bin | ||
cdist | ||
completions | ||
configuration | ||
docs | ||
hacking | ||
other | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
MANIFEST.in | ||
PKGBUILD.in | ||
README | ||
setup.py |
cdist ----- cdist is a usable configuration management system. For the web documentation have a look at docs/web/.