cdist/cdist
Matthias Stecher 086e683c99 [__file] add "default values" in manual for group, mode and owner
Because at least the --mode default value may not be expected, the
manual lists the "default values". As they are not explicitly set in the
`__file` type, it is a bit more difficult, but should resolve to
following:
  - the mode comes from the umask set in the cdist code to protect file
    creation and uses the strongest umask possible.
  - the owner and group comes from the ssh user, which should always be
    the root user. (I think this can be swaped, too, but who will?)

At the owner and group parameter, it could be replaced with something
like "the ssh user and group", which would be more correct, but less
understandable.
2020-05-16 16:33:38 +02:00
..
conf [__file] add "default values" in manual for group, mode and owner 2020-05-16 16:33:38 +02:00
core Redefine/reimplement CDIST_ORDER_DEPENDENCY 2019-11-27 15:04:47 +01:00
exec [logging] Mute warning on return_output=True when running scripts. 2020-04-28 14:54:51 +02:00
preos/debootstrap Release preos, i.e. make it non-beta 2019-09-20 19:56:17 +02:00
sphinxext
test Redefine/reimplement CDIST_ORDER_DEPENDENCY 2019-11-27 15:04:47 +01:00
util Fix DirectoryDict getitem. 2018-10-12 19:08:36 +02:00
__init__.py Report explorer error better 2019-04-20 14:30:28 +02:00
argparse.py Add cdist info command 2020-01-04 12:50:12 +01:00
autil.py
banner.py
config.py Redefine/reimplement CDIST_ORDER_DEPENDENCY 2019-11-27 15:04:47 +01:00
configuration.py Fix configuration file location 2020-04-15 17:10:33 +02:00
emulator.py Redefine/reimplement CDIST_ORDER_DEPENDENCY 2019-11-27 15:04:47 +01:00
flock.py
hostsource.py
info.py Info command: support tilde expansion 2020-01-11 15:26:46 +01:00
install.py
integration.py
inventory.py Fix pycodestyle 2019-05-17 13:03:54 +02:00
log.py Add timestamp to log messages. 2018-09-23 20:36:57 +02:00
message.py
mputil.py
preos.py Fix typo 2020-01-12 12:19:49 +01:00
shell.py