cdist/cdist/core
Darko Poljak 7f32e5855a Implement "onchange" support
"onchange" specifies execution prerequisites. It is specified in the same way
as "require", it implies "require", but it specifies that object is executed
only if any of specified prerequisites has changed target's state. This means
that any of specified prerequisites has generated code to be executed, either
local or remote or both.

Object has generated code if it itself has generated code or if any of its
children object has generated code.

Resolve #843.
2021-03-31 08:46:09 +02:00
..
__init__.py Warn about invalid type and continue instead of error. 2017-11-02 17:44:47 +01:00
cdist_object.py Implement "onchange" support 2021-03-31 08:46:09 +02:00
cdist_type.py Unify string formatting 2021-03-31 08:19:34 +02:00
code.py Unify string formatting 2021-03-31 08:19:34 +02:00
explorer.py Unify string formatting 2021-03-31 08:19:34 +02:00
manifest.py Unify string formatting 2021-03-31 08:19:34 +02:00
util.py __cdist_log_level=<log level int value>; __cdist_log_level_name=<log level name> (#574) 2017-09-11 09:06:47 +02:00