cdist/cdist/conf/type/__ini_value
matze ad736a66d0 __ini_value: remove is_state 'nosuchfile'
Because the state 'nosuchfile' is exactly the same as 'absent', it was
removed with the code connected to it. It's not important if the file
exists or not - because in both cases, it contains no key-value.

Also, the code if the explorer returned 'nosuchfile' was wrong:
Completly overwrite the file with the assumption the file does not exist
is not correct, as it can return for multiple objects of the same file
and therefore, they overwrite themself.
2021-03-16 21:38:08 +01:00
..
explorer __ini_value: remove is_state 'nosuchfile' 2021-03-16 21:38:08 +01:00
files __ini_value: moved awk script generation to gencode-remote 2021-03-14 12:28:55 +01:00
parameter __ini_value: add delimiter space detection 2021-03-11 21:50:55 +01:00
gencode-remote __ini_value: remove is_state 'nosuchfile' 2021-03-16 21:38:08 +01:00
man.rst __ini_value: add delimiter space detection 2021-03-11 21:50:55 +01:00