Add refs to perils of CDIST_ORDER_DEPENDENCY

This commit is contained in:
Darko Poljak 2019-05-06 11:11:10 +02:00
parent 735f57b3a0
commit 28082c710a
2 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,8 @@ automatically depends on the previously created object.
It essentially helps you to build up blocks of code that build upon each other
(like first creating the directory xyz than the file below the directory).
Read also about `perils of CDIST_ORDER_DEPENDENCY <cdist-best-practice.html#perils-of-cdist-order-dependency>`_.
Overrides
---------

View File

@ -323,6 +323,7 @@ CDIST_OVERRIDE
CDIST_ORDER_DEPENDENCY
Create dependencies based on the execution order (see \`cdist manifest <cdist-manifest.html>\`_).
Read also about \`perils of CDIST_ORDER_DEPENDENCY <cdist-best-practice.html#perils-of-cdist-order-dependency>\`_.
CDIST_REMOTE_EXEC
Use this command for remote execution (should behave like ssh).