cdist/cdist/conf/type/__file
matze 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
..
explorer [__file] stat explorer patch for systems without stat(1) 2020-02-03 18:36:59 +01:00
parameter add --onchange to __file, because having to use __config_file just for that feels redundant 2019-03-29 23:43:09 +02:00
gencode-local [__file] Give more precise error message when --state pre-exists 2020-02-26 16:40:53 +01:00
gencode-remote [__file] Treat pre-exists as a special case in gencode-remote as it should never get there 2020-02-26 16:48:14 +01:00
man.rst [__file] add "default values" in manual for group, mode and owner 2020-05-16 16:33:38 +02:00