cdist/cdist/test/emulator
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
..
fixtures/conf Adapt object_parameters before checking conflicting parameters. 2018-10-13 16:11:51 +02:00
__init__.py Implement "onchange" support 2021-03-31 08:46:09 +02:00