cdist/cdist
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
..
conf Fix __group type failing with --gid 2018-11-18 01:30:40 +01:00
core Fix spelling. 2018-10-17 07:09:59 +02:00
exec Fix spelling. 2018-10-17 07:09:59 +02:00
sphinxext
test Adapt object_parameters before checking conflicting parameters. 2018-10-13 16:11:51 +02:00
util Fix DirectoryDict getitem. 2018-10-12 19:08:36 +02:00
__init__.py Report encoding errors nicely. 2018-09-04 08:27:20 +02:00
argparse.py Add timestamp to log messages. 2018-09-23 20:36:57 +02:00
autil.py
banner.py
config.py Fix spelling. 2018-10-17 07:09:59 +02:00
configuration.py Add timestamping log option to config file. 2018-09-27 18:55:33 +02:00
emulator.py Adapt object_parameters before checking conflicting parameters. 2018-10-13 16:11:51 +02:00
flock.py
hostsource.py
install.py
integration.py
inventory.py
log.py Add timestamp to log messages. 2018-09-23 20:36:57 +02:00
message.py
mputil.py
shell.py