Update trigger and preos docs.
This commit is contained in:
parent
8aecdde1c6
commit
6da0b41121
3 changed files with 5 additions and 7 deletions
|
@ -8,7 +8,7 @@ This command starts trigger server at management node, for example:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
$ cdist trigger -b -v -i ~/.cdist/manifest/init-for-triggered
|
||||
$ cdist trigger -b -v
|
||||
|
||||
This will start cdist trigger server in verbose mode. cdist trigger server accepts
|
||||
simple requests for configuration and for installation:
|
||||
|
@ -20,5 +20,4 @@ Machines can then trigger cdist trigger server with appropriate requests.
|
|||
If the request is, for example, for installation (:strong:`/install/`)
|
||||
then cdist trigger server will start install command for the client host using
|
||||
parameters specified at trigger server startup. For the above example that means
|
||||
that client will be installed using specified initial manifest,
|
||||
``~/.cdist/manifest/init-for-triggered``.
|
||||
that client will be installed using default initial manifest.
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
<h2>18.1. Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
|
||||
<p>cdist supports triggering for host installation/configuration using trigger command.
|
||||
This command starts trigger server at management node, for example:</p>
|
||||
<div class="highlight-sh"><div class="highlight"><pre><span></span>$ cdist trigger -b -v -i ~/.cdist/manifest/init-for-triggered
|
||||
<div class="highlight-sh"><div class="highlight"><pre><span></span>$ cdist trigger -b -v
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>This will start cdist trigger server in verbose mode. cdist trigger server accepts
|
||||
|
@ -176,8 +176,7 @@ simple requests for configuration and for installation:</p>
|
|||
If the request is, for example, for installation (<strong>/install/</strong>)
|
||||
then cdist trigger server will start install command for the client host using
|
||||
parameters specified at trigger server startup. For the above example that means
|
||||
that client will be installed using specified initial manifest,
|
||||
<code class="docutils literal"><span class="pre">~/.cdist/manifest/init-for-triggered</span></code>.</p>
|
||||
that client will be installed using default initial manifest.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue