Fix cdist man page text.
This commit is contained in:
parent
3a7013d7a1
commit
d6ca077959
1 changed files with 6 additions and 6 deletions
|
@ -268,12 +268,12 @@ This limit is controlled with sshd :strong:`MaxSessions` configuration
|
|||
options. For more details refer to :strong:`sshd_config`\ (5).
|
||||
|
||||
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
|
||||
then dependency resolver cannot detect dependencies right. This happens because
|
||||
cdist cannot prepare all objects first and then run objects because some
|
||||
object can depend on the result of type explorer(s) and explorers are executed
|
||||
during object run. cdist will detect such case and write warning message.
|
||||
Example for such a case:
|
||||
example below), for example, in init manifest and in some other type manifest
|
||||
and those requirements differ then dependency resolver cannot detect
|
||||
dependencies right. This happens because cdist cannot prepare all objects first
|
||||
and run all objects afterwards. Some object can depend on the result of type
|
||||
explorer(s) and explorers are executed during object run. cdist will detect
|
||||
such case and write warning message. Example for such a case:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue