Fix cdist man page text.

This commit is contained in:
Darko Poljak 2017-06-11 13:58:47 +02:00
parent 3a7013d7a1
commit d6ca077959
1 changed files with 6 additions and 6 deletions

View File

@ -268,12 +268,12 @@ This limit is controlled with sshd :strong:`MaxSessions` configuration
options. For more details refer to :strong:`sshd_config`\ (5). options. For more details refer to :strong:`sshd_config`\ (5).
When requirements for the same object are defined in different manifests (see When requirements for the same object are defined in different manifests (see
example below) in init manifest and in some other type manifest and they differs example below), for example, in init manifest and in some other type manifest
then dependency resolver cannot detect dependencies right. This happens because and those requirements differ then dependency resolver cannot detect
cdist cannot prepare all objects first and then run objects because some dependencies right. This happens because cdist cannot prepare all objects first
object can depend on the result of type explorer(s) and explorers are executed and run all objects afterwards. Some object can depend on the result of type
during object run. cdist will detect such case and write warning message. explorer(s) and explorers are executed during object run. cdist will detect
Example for such a case: such case and write warning message. Example for such a case:
.. code-block:: sh .. code-block:: sh