Update beta docs.

This commit is contained in:
Darko Poljak 2017-06-26 13:39:54 +02:00
parent 46d366ab10
commit d84122bf46
164 changed files with 688 additions and 651 deletions

View File

@ -13,11 +13,21 @@ This command starts trigger server at management node, for example:
This will start cdist trigger server in verbose mode. cdist trigger server accepts This will start cdist trigger server in verbose mode. cdist trigger server accepts
simple requests for configuration and for installation: simple requests for configuration and for installation:
* :strong:`/install/.*` for installation * :strong:`/cdist/install/.*` for installation
* :strong:`/config/.*` for configuration. * :strong:`/cdist/config/.*` for configuration.
Machines can then trigger cdist trigger server with appropriate requests. Machines can then trigger cdist trigger server with appropriate requests.
If the request is, for example, for installation (:strong:`/install/`) If the request is, for example, for installation (:strong:`/cdist/install/`)
then cdist trigger server will start install command for the client host using 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 parameters specified at trigger server startup. For the above example that means
that client will be installed using default initial manifest. that client will be installed using default initial manifest.
When triggered cdist will try to reverse DNS lookup for host name and if
host name is dervied then it is used for running cdist config. If no
host name is resolved then IP address is used.
This command returns the following response codes to client requests:
* 200 for success
* 599 for cdist run errors
* 500 for cdist/server errors.

View File

@ -705,10 +705,19 @@ TRIGGER
Start trigger (simple http server) that waits for connections. When host Start trigger (simple http server) that waits for connections. When host
connects then it triggers config or install command and then cdist connects then it triggers config or install command and then cdist
config/install is executed which configures/installs host. config/install is executed which configures/installs host.
When triggered cdist will try to reverse DNS lookup for host name and if
host name is dervied then it is used for running cdist config. If no
host name is resolved then IP address is used.
Request path recognizes following requests: Request path recognizes following requests:
* :strong:`/config/.*` for config * :strong:`/cdist/config/.*` for config
* :strong:`/install/.*` for install. * :strong:`/cdist/install/.*` for install.
This command returns the following response codes to client requests:
* 200 for success
* 599 for cdist run errors
* 500 for cdist/server errors.
.. option:: -6, --ipv6 .. option:: -6, --ipv6

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>21. Best practice &mdash; cdist 4.4.4 documentation</title> <title>21. Best practice &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="22. Execution stages" href="cdist-stages.html"/> <link rel="next" title="22. Execution stages" href="cdist-stages.html"/>
<link rel="prev" title="20. Reference" href="cdist-reference.html"/> <link rel="prev" title="20. Reference" href="cdist-reference.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -461,7 +461,7 @@ repository.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>10. Bootstrap &mdash; cdist 4.4.4 documentation</title> <title>10. Bootstrap &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="11. Manifest" href="cdist-manifest.html"/> <link rel="next" title="11. Manifest" href="cdist-manifest.html"/>
<link rel="prev" title="9. cdist(1)" href="man1/cdist.html"/> <link rel="prev" title="9. cdist(1)" href="man1/cdist.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -340,7 +340,7 @@ as usual in your branch and push out changes by entering <strong>git push</stron
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>14. Explorer &mdash; cdist 4.4.4 documentation</title> <title>14. Explorer &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="15. Messaging" href="cdist-messaging.html"/> <link rel="next" title="15. Messaging" href="cdist-messaging.html"/>
<link rel="prev" title="13.132. cdist-type__zypper_service(7)" href="man7/cdist-type__zypper_service.html"/> <link rel="prev" title="13.132. cdist-type__zypper_service(7)" href="man7/cdist-type__zypper_service.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -274,7 +274,7 @@ dpkg -s <span class="s2">&quot;</span><span class="nv">$name</span><span class="
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>7. Features &mdash; cdist 4.4.4 documentation</title> <title>7. Features &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="8. Quickstart" href="cdist-quickstart.html"/> <link rel="next" title="8. Quickstart" href="cdist-quickstart.html"/>
<link rel="prev" title="6. Support" href="cdist-support.html"/> <link rel="prev" title="6. Support" href="cdist-support.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -264,7 +264,7 @@ Batteries included: A lot of requirements can be solved using standard types</dd
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>24. Hacking &mdash; cdist 4.4.4 documentation</title> <title>24. Hacking &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="25. Troubleshooting" href="cdist-troubleshooting.html"/> <link rel="next" title="25. Troubleshooting" href="cdist-troubleshooting.html"/>
<link rel="prev" title="23. Remote exec and copy commands" href="cdist-remote-exec-copy.html"/> <link rel="prev" title="23. Remote exec and copy commands" href="cdist-remote-exec-copy.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -376,7 +376,7 @@ in parallel)</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4. How to install cdist &mdash; cdist 4.4.4 documentation</title> <title>4. How to install cdist &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="5. How to update cdist" href="cdist-update.html"/> <link rel="next" title="5. How to update cdist" href="cdist-update.html"/>
<link rel="prev" title="3. Supported Operating Systems" href="cdist-os.html"/> <link rel="prev" title="3. Supported Operating Systems" href="cdist-os.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -357,7 +357,7 @@ some other custom .cdist directory, e.g. /opt/cdist then use:</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1. cdist - usable configuration management &mdash; cdist 4.4.4 documentation</title> <title>1. cdist - usable configuration management &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="2. Why should I use cdist?" href="cdist-why.html"/> <link rel="next" title="2. Why should I use cdist?" href="cdist-why.html"/>
<link rel="prev" title="Welcome to cdist documentation" href="index.html"/> <link rel="prev" title="Welcome to cdist documentation" href="index.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -238,7 +238,7 @@ cdist is an alternative to other configuration management systems like</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>17. Inventory &mdash; cdist 4.4.4 documentation</title> <title>17. Inventory &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="18. Trigger" href="cdist-trigger.html"/> <link rel="next" title="18. Trigger" href="cdist-trigger.html"/>
<link rel="prev" title="16. Parallelization" href="cdist-parallelization.html"/> <link rel="prev" title="16. Parallelization" href="cdist-parallelization.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -430,7 +430,7 @@ can use it with cdist like:</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>11. Manifest &mdash; cdist 4.4.4 documentation</title> <title>11. Manifest &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="12. cdist type" href="cdist-type.html"/> <link rel="next" title="12. cdist type" href="cdist-type.html"/>
<link rel="prev" title="10. Bootstrap" href="cdist-bootstrap.html"/> <link rel="prev" title="10. Bootstrap" href="cdist-bootstrap.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -454,7 +454,7 @@ __not_in_order_type <span class="m">42</span>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>15. Messaging &mdash; cdist 4.4.4 documentation</title> <title>15. Messaging &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="16. Parallelization" href="cdist-parallelization.html"/> <link rel="next" title="16. Parallelization" href="cdist-parallelization.html"/>
<link rel="prev" title="14. Explorer" href="cdist-explorer.html"/> <link rel="prev" title="14. Explorer" href="cdist-explorer.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -311,7 +311,7 @@ can only react reliably on messages by objects that you depend on.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3. Supported Operating Systems &mdash; cdist 4.4.4 documentation</title> <title>3. Supported Operating Systems &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="4. How to install cdist" href="cdist-install.html"/> <link rel="next" title="4. How to install cdist" href="cdist-install.html"/>
<link rel="prev" title="2. Why should I use cdist?" href="cdist-why.html"/> <link rel="prev" title="2. Why should I use cdist?" href="cdist-why.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -241,7 +241,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>16. Parallelization &mdash; cdist 4.4.4 documentation</title> <title>16. Parallelization &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="17. Inventory" href="cdist-inventory.html"/> <link rel="next" title="17. Inventory" href="cdist-inventory.html"/>
<link rel="prev" title="15. Messaging" href="cdist-messaging.html"/> <link rel="prev" title="15. Messaging" href="cdist-messaging.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -295,7 +295,7 @@ INFO: cdist: Total processing <span class="nb">time</span> <span class="k">for</
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>19. PreOS &mdash; cdist 4.4.4 documentation</title> <title>19. PreOS &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="20. Reference" href="cdist-reference.html"/> <link rel="next" title="20. Reference" href="cdist-reference.html"/>
<link rel="prev" title="18. Trigger" href="cdist-trigger.html"/> <link rel="prev" title="18. Trigger" href="cdist-trigger.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -403,7 +403,7 @@ default init manifest for installation).</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>8. Quickstart &mdash; cdist 4.4.4 documentation</title> <title>8. Quickstart &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="9. cdist(1)" href="man1/cdist.html"/> <link rel="next" title="9. cdist(1)" href="man1/cdist.html"/>
<link rel="prev" title="7. Features" href="cdist-features.html"/> <link rel="prev" title="7. Features" href="cdist-features.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -298,7 +298,7 @@ to create a more sophisticated configuration.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>20. Reference &mdash; cdist 4.4.4 documentation</title> <title>20. Reference &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="21. Best practice" href="cdist-best-practice.html"/> <link rel="next" title="21. Best practice" href="cdist-best-practice.html"/>
<link rel="prev" title="19. PreOS" href="cdist-preos.html"/> <link rel="prev" title="19. PreOS" href="cdist-preos.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -583,7 +583,7 @@ Available for: type explorer.</dd>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>23. Remote exec and copy commands &mdash; cdist 4.4.4 documentation</title> <title>23. Remote exec and copy commands &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="24. Hacking" href="cdist-hacker.html"/> <link rel="next" title="24. Hacking" href="cdist-hacker.html"/>
<link rel="prev" title="22. Execution stages" href="cdist-stages.html"/> <link rel="prev" title="22. Execution stages" href="cdist-stages.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -250,7 +250,7 @@ remains as simple as possible.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>22. Execution stages &mdash; cdist 4.4.4 documentation</title> <title>22. Execution stages &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="23. Remote exec and copy commands" href="cdist-remote-exec-copy.html"/> <link rel="next" title="23. Remote exec and copy commands" href="cdist-remote-exec-copy.html"/>
<link rel="prev" title="21. Best practice" href="cdist-best-practice.html"/> <link rel="prev" title="21. Best practice" href="cdist-best-practice.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -297,7 +297,7 @@ will be applied to the target.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>6. Support &mdash; cdist 4.4.4 documentation</title> <title>6. Support &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="7. Features" href="cdist-features.html"/> <link rel="next" title="7. Features" href="cdist-features.html"/>
<link rel="prev" title="5. How to update cdist" href="cdist-update.html"/> <link rel="prev" title="5. How to update cdist" href="cdist-update.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -255,7 +255,7 @@ you can join the
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>18. Trigger &mdash; cdist 4.4.4 documentation</title> <title>18. Trigger &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="19. PreOS" href="cdist-preos.html"/> <link rel="next" title="19. PreOS" href="cdist-preos.html"/>
<link rel="prev" title="17. Inventory" href="cdist-inventory.html"/> <link rel="prev" title="17. Inventory" href="cdist-inventory.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -194,14 +194,23 @@ This command starts trigger server at management node, for example:</p>
<p>This will start cdist trigger server in verbose mode. cdist trigger server accepts <p>This will start cdist trigger server in verbose mode. cdist trigger server accepts
simple requests for configuration and for installation:</p> simple requests for configuration and for installation:</p>
<ul class="simple"> <ul class="simple">
<li><strong>/install/.*</strong> for installation</li> <li><strong>/cdist/install/.*</strong> for installation</li>
<li><strong>/config/.*</strong> for configuration.</li> <li><strong>/cdist/config/.*</strong> for configuration.</li>
</ul> </ul>
<p>Machines can then trigger cdist trigger server with appropriate requests. <p>Machines can then trigger cdist trigger server with appropriate requests.
If the request is, for example, for installation (<strong>/install/</strong>) If the request is, for example, for installation (<strong>/cdist/install/</strong>)
then cdist trigger server will start install command for the client host using 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 parameters specified at trigger server startup. For the above example that means
that client will be installed using default initial manifest.</p> that client will be installed using default initial manifest.</p>
<p>When triggered cdist will try to reverse DNS lookup for host name and if
host name is dervied then it is used for running cdist config. If no
host name is resolved then IP address is used.</p>
<p>This command returns the following response codes to client requests:</p>
<ul class="simple">
<li>200 for success</li>
<li>599 for cdist run errors</li>
<li>500 for cdist/server errors.</li>
</ul>
</div> </div>
</div> </div>
@ -249,7 +258,7 @@ that client will be installed using default initial manifest.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>25. Troubleshooting &mdash; cdist 4.4.4 documentation</title> <title>25. Troubleshooting &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="prev" title="24. Hacking" href="cdist-hacker.html"/> <link rel="prev" title="24. Hacking" href="cdist-hacker.html"/>
@ -65,7 +65,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -264,7 +264,7 @@ you write to use the -e flag:</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>12. cdist type &mdash; cdist 4.4.4 documentation</title> <title>12. cdist type &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="13. cdist types" href="cdist-types.html"/> <link rel="next" title="13. cdist types" href="cdist-types.html"/>
<link rel="prev" title="11. Manifest" href="cdist-manifest.html"/> <link rel="prev" title="11. Manifest" href="cdist-manifest.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -521,7 +521,7 @@ how to submit it.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13. cdist types &mdash; cdist 4.4.4 documentation</title> <title>13. cdist types &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="13.1. cdist-type__apt_key(7)" href="man7/cdist-type__apt_key.html"/> <link rel="next" title="13.1. cdist-type__apt_key(7)" href="man7/cdist-type__apt_key.html"/>
<link rel="prev" title="12. cdist type" href="cdist-type.html"/> <link rel="prev" title="12. cdist type" href="cdist-type.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -497,7 +497,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>5. How to update cdist &mdash; cdist 4.4.4 documentation</title> <title>5. How to update cdist &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="6. Support" href="cdist-support.html"/> <link rel="next" title="6. Support" href="cdist-support.html"/>
<link rel="prev" title="4. How to install cdist" href="cdist-install.html"/> <link rel="prev" title="4. How to install cdist" href="cdist-install.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -421,7 +421,7 @@ need to replace <strong>__file</strong> calls in your manifests:</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2. Why should I use cdist? &mdash; cdist 4.4.4 documentation</title> <title>2. Why should I use cdist? &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<link rel="next" title="3. Supported Operating Systems" href="cdist-os.html"/> <link rel="next" title="3. Supported Operating Systems" href="cdist-os.html"/>
<link rel="prev" title="1. cdist - usable configuration management" href="cdist-intro.html"/> <link rel="prev" title="1. cdist - usable configuration management" href="cdist-intro.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -300,7 +300,7 @@ Cdist will utilise the given resources in parallel.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index &mdash; cdist 4.4.4 documentation</title> <title>Index &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -36,7 +36,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="#"/> href="#"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="index.html"/>
<script src="_static/js/modernizr.min.js"></script> <script src="_static/js/modernizr.min.js"></script>
@ -65,7 +65,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -649,7 +649,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to cdist documentation &mdash; cdist 4.4.4 documentation</title> <title>Welcome to cdist documentation &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="genindex.html"/> href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/> <link rel="search" title="Search" href="search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="#"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="#"/>
<link rel="next" title="1. cdist - usable configuration management" href="cdist-intro.html"/> <link rel="next" title="1. cdist - usable configuration management" href="cdist-intro.html"/>
@ -65,7 +65,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -548,7 +548,7 @@
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./', URL_ROOT:'./',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>9. cdist(1) &mdash; cdist 4.4.4 documentation</title> <title>9. cdist(1) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="next" title="10. Bootstrap" href="../cdist-bootstrap.html"/> <link rel="next" title="10. Bootstrap" href="../cdist-bootstrap.html"/>
<link rel="prev" title="8. Quickstart" href="../cdist-quickstart.html"/> <link rel="prev" title="8. Quickstart" href="../cdist-quickstart.html"/>
@ -66,7 +66,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -1074,10 +1074,19 @@ be POSIX compatible shell.</p>
<p>Start trigger (simple http server) that waits for connections. When host <p>Start trigger (simple http server) that waits for connections. When host
connects then it triggers config or install command and then cdist connects then it triggers config or install command and then cdist
config/install is executed which configures/installs host. config/install is executed which configures/installs host.
When triggered cdist will try to reverse DNS lookup for host name and if
host name is dervied then it is used for running cdist config. If no
host name is resolved then IP address is used.
Request path recognizes following requests:</p> Request path recognizes following requests:</p>
<ul class="simple"> <ul class="simple">
<li><strong>/config/.*</strong> for config</li> <li><strong>/cdist/config/.*</strong> for config</li>
<li><strong>/install/.*</strong> for install.</li> <li><strong>/cdist/install/.*</strong> for install.</li>
</ul>
<p>This command returns the following response codes to client requests:</p>
<ul class="simple">
<li>200 for success</li>
<li>599 for cdist run errors</li>
<li>500 for cdist/server errors.</li>
</ul> </ul>
<dl class="option"> <dl class="option">
<dt id="cmdoption-6"> <dt id="cmdoption-6">
@ -1426,7 +1435,7 @@ granted under the terms of the GNU General Public License v3 or later (GPLv3+).<
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.1. cdist-type__apt_key(7) &mdash; cdist 4.4.4 documentation</title> <title>13.1. cdist-type__apt_key(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.2. cdist-type__apt_key_uri(7)" href="cdist-type__apt_key_uri.html"/> <link rel="next" title="13.2. cdist-type__apt_key_uri(7)" href="cdist-type__apt_key_uri.html"/>
<link rel="prev" title="13. cdist types" href="../cdist-types.html"/> <link rel="prev" title="13. cdist types" href="../cdist-types.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -425,7 +425,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.2. cdist-type__apt_key_uri(7) &mdash; cdist 4.4.4 documentation</title> <title>13.2. cdist-type__apt_key_uri(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.3. cdist-type__apt_mark(7)" href="cdist-type__apt_mark.html"/> <link rel="next" title="13.3. cdist-type__apt_mark(7)" href="cdist-type__apt_mark.html"/>
<link rel="prev" title="13.1. cdist-type__apt_key(7)" href="cdist-type__apt_key.html"/> <link rel="prev" title="13.1. cdist-type__apt_key(7)" href="cdist-type__apt_key.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -418,7 +418,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.3. cdist-type__apt_mark(7) &mdash; cdist 4.4.4 documentation</title> <title>13.3. cdist-type__apt_mark(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.4. cdist-type__apt_norecommends(7)" href="cdist-type__apt_norecommends.html"/> <link rel="next" title="13.4. cdist-type__apt_norecommends(7)" href="cdist-type__apt_norecommends.html"/>
<link rel="prev" title="13.2. cdist-type__apt_key_uri(7)" href="cdist-type__apt_key_uri.html"/> <link rel="prev" title="13.2. cdist-type__apt_key_uri(7)" href="cdist-type__apt_key_uri.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -415,7 +415,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.4. cdist-type__apt_norecommends(7) &mdash; cdist 4.4.4 documentation</title> <title>13.4. cdist-type__apt_norecommends(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.5. cdist-type__apt_ppa(7)" href="cdist-type__apt_ppa.html"/> <link rel="next" title="13.5. cdist-type__apt_ppa(7)" href="cdist-type__apt_ppa.html"/>
<link rel="prev" title="13.3. cdist-type__apt_mark(7)" href="cdist-type__apt_mark.html"/> <link rel="prev" title="13.3. cdist-type__apt_mark(7)" href="cdist-type__apt_mark.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -406,7 +406,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.5. cdist-type__apt_ppa(7) &mdash; cdist 4.4.4 documentation</title> <title>13.5. cdist-type__apt_ppa(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.6. cdist-type__apt_source(7)" href="cdist-type__apt_source.html"/> <link rel="next" title="13.6. cdist-type__apt_source(7)" href="cdist-type__apt_source.html"/>
<link rel="prev" title="13.4. cdist-type__apt_norecommends(7)" href="cdist-type__apt_norecommends.html"/> <link rel="prev" title="13.4. cdist-type__apt_norecommends(7)" href="cdist-type__apt_norecommends.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -416,7 +416,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.6. cdist-type__apt_source(7) &mdash; cdist 4.4.4 documentation</title> <title>13.6. cdist-type__apt_source(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.7. cdist-type__apt_update_index(7)" href="cdist-type__apt_update_index.html"/> <link rel="next" title="13.7. cdist-type__apt_update_index(7)" href="cdist-type__apt_update_index.html"/>
<link rel="prev" title="13.5. cdist-type__apt_ppa(7)" href="cdist-type__apt_ppa.html"/> <link rel="prev" title="13.5. cdist-type__apt_ppa(7)" href="cdist-type__apt_ppa.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -436,7 +436,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.7. cdist-type__apt_update_index(7) &mdash; cdist 4.4.4 documentation</title> <title>13.7. cdist-type__apt_update_index(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.8. cdist-type__block(7)" href="cdist-type__block.html"/> <link rel="next" title="13.8. cdist-type__block(7)" href="cdist-type__block.html"/>
<link rel="prev" title="13.6. cdist-type__apt_source(7)" href="cdist-type__apt_source.html"/> <link rel="prev" title="13.6. cdist-type__apt_source(7)" href="cdist-type__apt_source.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -406,7 +406,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.8. cdist-type__block(7) &mdash; cdist 4.4.4 documentation</title> <title>13.8. cdist-type__block(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.9. cdist-type__ccollect_source(7)" href="cdist-type__ccollect_source.html"/> <link rel="next" title="13.9. cdist-type__ccollect_source(7)" href="cdist-type__ccollect_source.html"/>
<link rel="prev" title="13.7. cdist-type__apt_update_index(7)" href="cdist-type__apt_update_index.html"/> <link rel="prev" title="13.7. cdist-type__apt_update_index(7)" href="cdist-type__apt_update_index.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -449,7 +449,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.9. cdist-type__ccollect_source(7) &mdash; cdist 4.4.4 documentation</title> <title>13.9. cdist-type__ccollect_source(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.10. cdist-type__cdist(7)" href="cdist-type__cdist.html"/> <link rel="next" title="13.10. cdist-type__cdist(7)" href="cdist-type__cdist.html"/>
<link rel="prev" title="13.8. cdist-type__block(7)" href="cdist-type__block.html"/> <link rel="prev" title="13.8. cdist-type__block(7)" href="cdist-type__block.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -441,7 +441,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.10. cdist-type__cdist(7) &mdash; cdist 4.4.4 documentation</title> <title>13.10. cdist-type__cdist(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.11. cdist-type__cdist_preos_trigger(7)" href="cdist-type__cdist_preos_trigger.html"/> <link rel="next" title="13.11. cdist-type__cdist_preos_trigger(7)" href="cdist-type__cdist_preos_trigger.html"/>
<link rel="prev" title="13.9. cdist-type__ccollect_source(7)" href="cdist-type__ccollect_source.html"/> <link rel="prev" title="13.9. cdist-type__ccollect_source(7)" href="cdist-type__ccollect_source.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -425,7 +425,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.11. cdist-type__cdist_preos_trigger(7) &mdash; cdist 4.4.4 documentation</title> <title>13.11. cdist-type__cdist_preos_trigger(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.12. cdist-type__cdistmarker(7)" href="cdist-type__cdistmarker.html"/> <link rel="next" title="13.12. cdist-type__cdistmarker(7)" href="cdist-type__cdistmarker.html"/>
<link rel="prev" title="13.10. cdist-type__cdist(7)" href="cdist-type__cdist.html"/> <link rel="prev" title="13.10. cdist-type__cdist(7)" href="cdist-type__cdist.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.12. cdist-type__cdistmarker(7) &mdash; cdist 4.4.4 documentation</title> <title>13.12. cdist-type__cdistmarker(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.13. cdist-type__chroot_mount(7)" href="cdist-type__chroot_mount.html"/> <link rel="next" title="13.13. cdist-type__chroot_mount(7)" href="cdist-type__chroot_mount.html"/>
<link rel="prev" title="13.11. cdist-type__cdist_preos_trigger(7)" href="cdist-type__cdist_preos_trigger.html"/> <link rel="prev" title="13.11. cdist-type__cdist_preos_trigger(7)" href="cdist-type__cdist_preos_trigger.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -420,7 +420,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.13. cdist-type__chroot_mount(7) &mdash; cdist 4.4.4 documentation</title> <title>13.13. cdist-type__chroot_mount(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.14. cdist-type__chroot_umount(7)" href="cdist-type__chroot_umount.html"/> <link rel="next" title="13.14. cdist-type__chroot_umount(7)" href="cdist-type__chroot_umount.html"/>
<link rel="prev" title="13.12. cdist-type__cdistmarker(7)" href="cdist-type__cdistmarker.html"/> <link rel="prev" title="13.12. cdist-type__cdistmarker(7)" href="cdist-type__cdistmarker.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -406,7 +406,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.14. cdist-type__chroot_umount(7) &mdash; cdist 4.4.4 documentation</title> <title>13.14. cdist-type__chroot_umount(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.15. cdist-type__config_file(7)" href="cdist-type__config_file.html"/> <link rel="next" title="13.15. cdist-type__config_file(7)" href="cdist-type__config_file.html"/>
<link rel="prev" title="13.13. cdist-type__chroot_mount(7)" href="cdist-type__chroot_mount.html"/> <link rel="prev" title="13.13. cdist-type__chroot_mount(7)" href="cdist-type__chroot_mount.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.15. cdist-type__config_file(7) &mdash; cdist 4.4.4 documentation</title> <title>13.15. cdist-type__config_file(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.16. cdist-type__consul(7)" href="cdist-type__consul.html"/> <link rel="next" title="13.16. cdist-type__consul(7)" href="cdist-type__consul.html"/>
<link rel="prev" title="13.14. cdist-type__chroot_umount(7)" href="cdist-type__chroot_umount.html"/> <link rel="prev" title="13.14. cdist-type__chroot_umount(7)" href="cdist-type__chroot_umount.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -430,7 +430,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.16. cdist-type__consul(7) &mdash; cdist 4.4.4 documentation</title> <title>13.16. cdist-type__consul(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.17. cdist-type__consul_agent(7)" href="cdist-type__consul_agent.html"/> <link rel="next" title="13.17. cdist-type__consul_agent(7)" href="cdist-type__consul_agent.html"/>
<link rel="prev" title="13.15. cdist-type__config_file(7)" href="cdist-type__config_file.html"/> <link rel="prev" title="13.15. cdist-type__config_file(7)" href="cdist-type__config_file.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -419,7 +419,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.17. cdist-type__consul_agent(7) &mdash; cdist 4.4.4 documentation</title> <title>13.17. cdist-type__consul_agent(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.18. cdist-type__consul_check(7)" href="cdist-type__consul_check.html"/> <link rel="next" title="13.18. cdist-type__consul_check(7)" href="cdist-type__consul_check.html"/>
<link rel="prev" title="13.16. cdist-type__consul(7)" href="cdist-type__consul.html"/> <link rel="prev" title="13.16. cdist-type__consul(7)" href="cdist-type__consul.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -523,7 +523,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.18. cdist-type__consul_check(7) &mdash; cdist 4.4.4 documentation</title> <title>13.18. cdist-type__consul_check(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.19. cdist-type__consul_reload(7)" href="cdist-type__consul_reload.html"/> <link rel="next" title="13.19. cdist-type__consul_reload(7)" href="cdist-type__consul_reload.html"/>
<link rel="prev" title="13.17. cdist-type__consul_agent(7)" href="cdist-type__consul_agent.html"/> <link rel="prev" title="13.17. cdist-type__consul_agent(7)" href="cdist-type__consul_agent.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -453,7 +453,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.19. cdist-type__consul_reload(7) &mdash; cdist 4.4.4 documentation</title> <title>13.19. cdist-type__consul_reload(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.20. cdist-type__consul_service(7)" href="cdist-type__consul_service.html"/> <link rel="next" title="13.20. cdist-type__consul_service(7)" href="cdist-type__consul_service.html"/>
<link rel="prev" title="13.18. cdist-type__consul_check(7)" href="cdist-type__consul_check.html"/> <link rel="prev" title="13.18. cdist-type__consul_check(7)" href="cdist-type__consul_check.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -406,7 +406,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.20. cdist-type__consul_service(7) &mdash; cdist 4.4.4 documentation</title> <title>13.20. cdist-type__consul_service(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.21. cdist-type__consul_template(7)" href="cdist-type__consul_template.html"/> <link rel="next" title="13.21. cdist-type__consul_template(7)" href="cdist-type__consul_template.html"/>
<link rel="prev" title="13.19. cdist-type__consul_reload(7)" href="cdist-type__consul_reload.html"/> <link rel="prev" title="13.19. cdist-type__consul_reload(7)" href="cdist-type__consul_reload.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -442,7 +442,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.21. cdist-type__consul_template(7) &mdash; cdist 4.4.4 documentation</title> <title>13.21. cdist-type__consul_template(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.22. cdist-type__consul_template_template(7)" href="cdist-type__consul_template_template.html"/> <link rel="next" title="13.22. cdist-type__consul_template_template(7)" href="cdist-type__consul_template_template.html"/>
<link rel="prev" title="13.20. cdist-type__consul_service(7)" href="cdist-type__consul_service.html"/> <link rel="prev" title="13.20. cdist-type__consul_service(7)" href="cdist-type__consul_service.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -488,7 +488,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.22. cdist-type__consul_template_template(7) &mdash; cdist 4.4.4 documentation</title> <title>13.22. cdist-type__consul_template_template(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.23. cdist-type__consul_watch_checks(7)" href="cdist-type__consul_watch_checks.html"/> <link rel="next" title="13.23. cdist-type__consul_watch_checks(7)" href="cdist-type__consul_watch_checks.html"/>
<link rel="prev" title="13.21. cdist-type__consul_template(7)" href="cdist-type__consul_template.html"/> <link rel="prev" title="13.21. cdist-type__consul_template(7)" href="cdist-type__consul_template.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -448,7 +448,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.23. cdist-type__consul_watch_checks(7) &mdash; cdist 4.4.4 documentation</title> <title>13.23. cdist-type__consul_watch_checks(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.24. cdist-type__consul_watch_event(7)" href="cdist-type__consul_watch_event.html"/> <link rel="next" title="13.24. cdist-type__consul_watch_event(7)" href="cdist-type__consul_watch_event.html"/>
<link rel="prev" title="13.22. cdist-type__consul_template_template(7)" href="cdist-type__consul_template_template.html"/> <link rel="prev" title="13.22. cdist-type__consul_template_template(7)" href="cdist-type__consul_template_template.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -436,7 +436,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.24. cdist-type__consul_watch_event(7) &mdash; cdist 4.4.4 documentation</title> <title>13.24. cdist-type__consul_watch_event(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.25. cdist-type__consul_watch_key(7)" href="cdist-type__consul_watch_key.html"/> <link rel="next" title="13.25. cdist-type__consul_watch_key(7)" href="cdist-type__consul_watch_key.html"/>
<link rel="prev" title="13.23. cdist-type__consul_watch_checks(7)" href="cdist-type__consul_watch_checks.html"/> <link rel="prev" title="13.23. cdist-type__consul_watch_checks(7)" href="cdist-type__consul_watch_checks.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -430,7 +430,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.25. cdist-type__consul_watch_key(7) &mdash; cdist 4.4.4 documentation</title> <title>13.25. cdist-type__consul_watch_key(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.26. cdist-type__consul_watch_keyprefix(7)" href="cdist-type__consul_watch_keyprefix.html"/> <link rel="next" title="13.26. cdist-type__consul_watch_keyprefix(7)" href="cdist-type__consul_watch_keyprefix.html"/>
<link rel="prev" title="13.24. cdist-type__consul_watch_event(7)" href="cdist-type__consul_watch_event.html"/> <link rel="prev" title="13.24. cdist-type__consul_watch_event(7)" href="cdist-type__consul_watch_event.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -427,7 +427,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.26. cdist-type__consul_watch_keyprefix(7) &mdash; cdist 4.4.4 documentation</title> <title>13.26. cdist-type__consul_watch_keyprefix(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.27. cdist-type__consul_watch_nodes(7)" href="cdist-type__consul_watch_nodes.html"/> <link rel="next" title="13.27. cdist-type__consul_watch_nodes(7)" href="cdist-type__consul_watch_nodes.html"/>
<link rel="prev" title="13.25. cdist-type__consul_watch_key(7)" href="cdist-type__consul_watch_key.html"/> <link rel="prev" title="13.25. cdist-type__consul_watch_key(7)" href="cdist-type__consul_watch_key.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -427,7 +427,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.27. cdist-type__consul_watch_nodes(7) &mdash; cdist 4.4.4 documentation</title> <title>13.27. cdist-type__consul_watch_nodes(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.28. cdist-type__consul_watch_service(7)" href="cdist-type__consul_watch_service.html"/> <link rel="next" title="13.28. cdist-type__consul_watch_service(7)" href="cdist-type__consul_watch_service.html"/>
<link rel="prev" title="13.26. cdist-type__consul_watch_keyprefix(7)" href="cdist-type__consul_watch_keyprefix.html"/> <link rel="prev" title="13.26. cdist-type__consul_watch_keyprefix(7)" href="cdist-type__consul_watch_keyprefix.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -424,7 +424,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.28. cdist-type__consul_watch_service(7) &mdash; cdist 4.4.4 documentation</title> <title>13.28. cdist-type__consul_watch_service(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.29. cdist-type__consul_watch_services(7)" href="cdist-type__consul_watch_services.html"/> <link rel="next" title="13.29. cdist-type__consul_watch_services(7)" href="cdist-type__consul_watch_services.html"/>
<link rel="prev" title="13.27. cdist-type__consul_watch_nodes(7)" href="cdist-type__consul_watch_nodes.html"/> <link rel="prev" title="13.27. cdist-type__consul_watch_nodes(7)" href="cdist-type__consul_watch_nodes.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -448,7 +448,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.29. cdist-type__consul_watch_services(7) &mdash; cdist 4.4.4 documentation</title> <title>13.29. cdist-type__consul_watch_services(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.30. cdist-type__cron(7)" href="cdist-type__cron.html"/> <link rel="next" title="13.30. cdist-type__cron(7)" href="cdist-type__cron.html"/>
<link rel="prev" title="13.28. cdist-type__consul_watch_service(7)" href="cdist-type__consul_watch_service.html"/> <link rel="prev" title="13.28. cdist-type__consul_watch_service(7)" href="cdist-type__consul_watch_service.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -424,7 +424,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.30. cdist-type__cron(7) &mdash; cdist 4.4.4 documentation</title> <title>13.30. cdist-type__cron(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.31. cdist-type__daemontools(7)" href="cdist-type__daemontools.html"/> <link rel="next" title="13.31. cdist-type__daemontools(7)" href="cdist-type__daemontools.html"/>
<link rel="prev" title="13.29. cdist-type__consul_watch_services(7)" href="cdist-type__consul_watch_services.html"/> <link rel="prev" title="13.29. cdist-type__consul_watch_services(7)" href="cdist-type__consul_watch_services.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -452,7 +452,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.31. cdist-type__daemontools(7) &mdash; cdist 4.4.4 documentation</title> <title>13.31. cdist-type__daemontools(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.32. cdist-type__daemontools_service(7)" href="cdist-type__daemontools_service.html"/> <link rel="next" title="13.32. cdist-type__daemontools_service(7)" href="cdist-type__daemontools_service.html"/>
<link rel="prev" title="13.30. cdist-type__cron(7)" href="cdist-type__cron.html"/> <link rel="prev" title="13.30. cdist-type__cron(7)" href="cdist-type__cron.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -422,7 +422,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.32. cdist-type__daemontools_service(7) &mdash; cdist 4.4.4 documentation</title> <title>13.32. cdist-type__daemontools_service(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.33. cdist-type__debconf_set_selections(7)" href="cdist-type__debconf_set_selections.html"/> <link rel="next" title="13.33. cdist-type__debconf_set_selections(7)" href="cdist-type__debconf_set_selections.html"/>
<link rel="prev" title="13.31. cdist-type__daemontools(7)" href="cdist-type__daemontools.html"/> <link rel="prev" title="13.31. cdist-type__daemontools(7)" href="cdist-type__daemontools.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -438,7 +438,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.33. cdist-type__debconf_set_selections(7) &mdash; cdist 4.4.4 documentation</title> <title>13.33. cdist-type__debconf_set_selections(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.34. cdist-type__directory(7)" href="cdist-type__directory.html"/> <link rel="next" title="13.34. cdist-type__directory(7)" href="cdist-type__directory.html"/>
<link rel="prev" title="13.32. cdist-type__daemontools_service(7)" href="cdist-type__daemontools_service.html"/> <link rel="prev" title="13.32. cdist-type__daemontools_service(7)" href="cdist-type__daemontools_service.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -419,7 +419,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.34. cdist-type__directory(7) &mdash; cdist 4.4.4 documentation</title> <title>13.34. cdist-type__directory(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.35. cdist-type__docker(7)" href="cdist-type__docker.html"/> <link rel="next" title="13.35. cdist-type__docker(7)" href="cdist-type__docker.html"/>
<link rel="prev" title="13.33. cdist-type__debconf_set_selections(7)" href="cdist-type__debconf_set_selections.html"/> <link rel="prev" title="13.33. cdist-type__debconf_set_selections(7)" href="cdist-type__debconf_set_selections.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -468,7 +468,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.35. cdist-type__docker(7) &mdash; cdist 4.4.4 documentation</title> <title>13.35. cdist-type__docker(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.36. cdist-type__docker_compose(7)" href="cdist-type__docker_compose.html"/> <link rel="next" title="13.36. cdist-type__docker_compose(7)" href="cdist-type__docker_compose.html"/>
<link rel="prev" title="13.34. cdist-type__directory(7)" href="cdist-type__directory.html"/> <link rel="prev" title="13.34. cdist-type__directory(7)" href="cdist-type__directory.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -421,7 +421,7 @@ granted under the terms of the GNU General Public License version 3 (GPLv3).</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.36. cdist-type__docker_compose(7) &mdash; cdist 4.4.4 documentation</title> <title>13.36. cdist-type__docker_compose(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.37. cdist-type__dog_vdi(7)" href="cdist-type__dog_vdi.html"/> <link rel="next" title="13.37. cdist-type__dog_vdi(7)" href="cdist-type__dog_vdi.html"/>
<link rel="prev" title="13.35. cdist-type__docker(7)" href="cdist-type__docker.html"/> <link rel="prev" title="13.35. cdist-type__docker(7)" href="cdist-type__docker.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -423,7 +423,7 @@ granted under the terms of the GNU General Public License version 3 or later (GP
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.37. cdist-type__dog_vdi(7) &mdash; cdist 4.4.4 documentation</title> <title>13.37. cdist-type__dog_vdi(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.38. cdist-type__dot_file(7)" href="cdist-type__dot_file.html"/> <link rel="next" title="13.38. cdist-type__dot_file(7)" href="cdist-type__dot_file.html"/>
<link rel="prev" title="13.36. cdist-type__docker_compose(7)" href="cdist-type__docker_compose.html"/> <link rel="prev" title="13.36. cdist-type__docker_compose(7)" href="cdist-type__docker_compose.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -424,7 +424,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.38. cdist-type__dot_file(7) &mdash; cdist 4.4.4 documentation</title> <title>13.38. cdist-type__dot_file(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.39. cdist-type__file(7)" href="cdist-type__file.html"/> <link rel="next" title="13.39. cdist-type__file(7)" href="cdist-type__file.html"/>
<link rel="prev" title="13.37. cdist-type__dog_vdi(7)" href="cdist-type__dog_vdi.html"/> <link rel="prev" title="13.37. cdist-type__dog_vdi(7)" href="cdist-type__dog_vdi.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -436,7 +436,7 @@ under the terms of the GNU General Public License version 3 or later
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.39. cdist-type__file(7) &mdash; cdist 4.4.4 documentation</title> <title>13.39. cdist-type__file(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.40. cdist-type__filesystem(7)" href="cdist-type__filesystem.html"/> <link rel="next" title="13.40. cdist-type__filesystem(7)" href="cdist-type__filesystem.html"/>
<link rel="prev" title="13.38. cdist-type__dot_file(7)" href="cdist-type__dot_file.html"/> <link rel="prev" title="13.38. cdist-type__dot_file(7)" href="cdist-type__dot_file.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -482,7 +482,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.40. cdist-type__filesystem(7) &mdash; cdist 4.4.4 documentation</title> <title>13.40. cdist-type__filesystem(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.41. cdist-type__firewalld_rule(7)" href="cdist-type__firewalld_rule.html"/> <link rel="next" title="13.41. cdist-type__firewalld_rule(7)" href="cdist-type__firewalld_rule.html"/>
<link rel="prev" title="13.39. cdist-type__file(7)" href="cdist-type__file.html"/> <link rel="prev" title="13.39. cdist-type__file(7)" href="cdist-type__file.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -453,7 +453,7 @@ granted under the terms of the GNU General Public License version 3 or any later
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.41. cdist-type__firewalld_rule(7) &mdash; cdist 4.4.4 documentation</title> <title>13.41. cdist-type__firewalld_rule(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.42. cdist-type__firewalld_start(7)" href="cdist-type__firewalld_start.html"/> <link rel="next" title="13.42. cdist-type__firewalld_start(7)" href="cdist-type__firewalld_start.html"/>
<link rel="prev" title="13.40. cdist-type__filesystem(7)" href="cdist-type__filesystem.html"/> <link rel="prev" title="13.40. cdist-type__filesystem(7)" href="cdist-type__filesystem.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -449,7 +449,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.42. cdist-type__firewalld_start(7) &mdash; cdist 4.4.4 documentation</title> <title>13.42. cdist-type__firewalld_start(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.43. cdist-type__git(7)" href="cdist-type__git.html"/> <link rel="next" title="13.43. cdist-type__git(7)" href="cdist-type__git.html"/>
<link rel="prev" title="13.41. cdist-type__firewalld_rule(7)" href="cdist-type__firewalld_rule.html"/> <link rel="prev" title="13.41. cdist-type__firewalld_rule(7)" href="cdist-type__firewalld_rule.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -420,7 +420,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.43. cdist-type__git(7) &mdash; cdist 4.4.4 documentation</title> <title>13.43. cdist-type__git(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.44. cdist-type__go_get(7)" href="cdist-type__go_get.html"/> <link rel="next" title="13.44. cdist-type__go_get(7)" href="cdist-type__go_get.html"/>
<link rel="prev" title="13.42. cdist-type__firewalld_start(7)" href="cdist-type__firewalld_start.html"/> <link rel="prev" title="13.42. cdist-type__firewalld_start(7)" href="cdist-type__firewalld_start.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -424,7 +424,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.44. cdist-type__go_get(7) &mdash; cdist 4.4.4 documentation</title> <title>13.44. cdist-type__go_get(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.45. cdist-type__golang_from_vendor(7)" href="cdist-type__golang_from_vendor.html"/> <link rel="next" title="13.45. cdist-type__golang_from_vendor(7)" href="cdist-type__golang_from_vendor.html"/>
<link rel="prev" title="13.43. cdist-type__git(7)" href="cdist-type__git.html"/> <link rel="prev" title="13.43. cdist-type__git(7)" href="cdist-type__git.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.45. cdist-type__golang_from_vendor(7) &mdash; cdist 4.4.4 documentation</title> <title>13.45. cdist-type__golang_from_vendor(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.46. cdist-type__grafana_dashboard(7)" href="cdist-type__grafana_dashboard.html"/> <link rel="next" title="13.46. cdist-type__grafana_dashboard(7)" href="cdist-type__grafana_dashboard.html"/>
<link rel="prev" title="13.44. cdist-type__go_get(7)" href="cdist-type__go_get.html"/> <link rel="prev" title="13.44. cdist-type__go_get(7)" href="cdist-type__go_get.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.46. cdist-type__grafana_dashboard(7) &mdash; cdist 4.4.4 documentation</title> <title>13.46. cdist-type__grafana_dashboard(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.47. cdist-type__group(7)" href="cdist-type__group.html"/> <link rel="next" title="13.47. cdist-type__group(7)" href="cdist-type__group.html"/>
<link rel="prev" title="13.45. cdist-type__golang_from_vendor(7)" href="cdist-type__golang_from_vendor.html"/> <link rel="prev" title="13.45. cdist-type__golang_from_vendor(7)" href="cdist-type__golang_from_vendor.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -407,7 +407,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.47. cdist-type__group(7) &mdash; cdist 4.4.4 documentation</title> <title>13.47. cdist-type__group(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.48. cdist-type__hostname(7)" href="cdist-type__hostname.html"/> <link rel="next" title="13.48. cdist-type__hostname(7)" href="cdist-type__hostname.html"/>
<link rel="prev" title="13.46. cdist-type__grafana_dashboard(7)" href="cdist-type__grafana_dashboard.html"/> <link rel="prev" title="13.46. cdist-type__grafana_dashboard(7)" href="cdist-type__grafana_dashboard.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -450,7 +450,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.48. cdist-type__hostname(7) &mdash; cdist 4.4.4 documentation</title> <title>13.48. cdist-type__hostname(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.49. cdist-type__hosts(7)" href="cdist-type__hosts.html"/> <link rel="next" title="13.49. cdist-type__hosts(7)" href="cdist-type__hosts.html"/>
<link rel="prev" title="13.47. cdist-type__group(7)" href="cdist-type__group.html"/> <link rel="prev" title="13.47. cdist-type__group(7)" href="cdist-type__group.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -422,7 +422,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.49. cdist-type__hosts(7) &mdash; cdist 4.4.4 documentation</title> <title>13.49. cdist-type__hosts(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.50. cdist-type__install_bootloader_grub(7)" href="cdist-type__install_bootloader_grub.html"/> <link rel="next" title="13.50. cdist-type__install_bootloader_grub(7)" href="cdist-type__install_bootloader_grub.html"/>
<link rel="prev" title="13.48. cdist-type__hostname(7)" href="cdist-type__hostname.html"/> <link rel="prev" title="13.48. cdist-type__hostname(7)" href="cdist-type__hostname.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -419,7 +419,7 @@ under the terms of the GNU General Public License version 3 or later
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.50. cdist-type__install_bootloader_grub(7) &mdash; cdist 4.4.4 documentation</title> <title>13.50. cdist-type__install_bootloader_grub(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.51. cdist-type__install_chroot_mount(7)" href="cdist-type__install_chroot_mount.html"/> <link rel="next" title="13.51. cdist-type__install_chroot_mount(7)" href="cdist-type__install_chroot_mount.html"/>
<link rel="prev" title="13.49. cdist-type__hosts(7)" href="cdist-type__hosts.html"/> <link rel="prev" title="13.49. cdist-type__hosts(7)" href="cdist-type__hosts.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -413,7 +413,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.51. cdist-type__install_chroot_mount(7) &mdash; cdist 4.4.4 documentation</title> <title>13.51. cdist-type__install_chroot_mount(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.52. cdist-type__install_chroot_umount(7)" href="cdist-type__install_chroot_umount.html"/> <link rel="next" title="13.52. cdist-type__install_chroot_umount(7)" href="cdist-type__install_chroot_umount.html"/>
<link rel="prev" title="13.50. cdist-type__install_bootloader_grub(7)" href="cdist-type__install_bootloader_grub.html"/> <link rel="prev" title="13.50. cdist-type__install_bootloader_grub(7)" href="cdist-type__install_bootloader_grub.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -406,7 +406,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.52. cdist-type__install_chroot_umount(7) &mdash; cdist 4.4.4 documentation</title> <title>13.52. cdist-type__install_chroot_umount(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.53. cdist-type__install_config(7)" href="cdist-type__install_config.html"/> <link rel="next" title="13.53. cdist-type__install_config(7)" href="cdist-type__install_config.html"/>
<link rel="prev" title="13.51. cdist-type__install_chroot_mount(7)" href="cdist-type__install_chroot_mount.html"/> <link rel="prev" title="13.51. cdist-type__install_chroot_mount(7)" href="cdist-type__install_chroot_mount.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.53. cdist-type__install_config(7) &mdash; cdist 4.4.4 documentation</title> <title>13.53. cdist-type__install_config(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.54. cdist-type__install_file(7)" href="cdist-type__install_file.html"/> <link rel="next" title="13.54. cdist-type__install_file(7)" href="cdist-type__install_file.html"/>
<link rel="prev" title="13.52. cdist-type__install_chroot_umount(7)" href="cdist-type__install_chroot_umount.html"/> <link rel="prev" title="13.52. cdist-type__install_chroot_umount(7)" href="cdist-type__install_chroot_umount.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -413,7 +413,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.54. cdist-type__install_file(7) &mdash; cdist 4.4.4 documentation</title> <title>13.54. cdist-type__install_file(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.55. cdist-type__install_fstab(7)" href="cdist-type__install_fstab.html"/> <link rel="next" title="13.55. cdist-type__install_fstab(7)" href="cdist-type__install_fstab.html"/>
<link rel="prev" title="13.53. cdist-type__install_config(7)" href="cdist-type__install_config.html"/> <link rel="prev" title="13.53. cdist-type__install_config(7)" href="cdist-type__install_config.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -482,7 +482,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.55. cdist-type__install_fstab(7) &mdash; cdist 4.4.4 documentation</title> <title>13.55. cdist-type__install_fstab(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.56. cdist-type__install_generate_fstab(7)" href="cdist-type__install_generate_fstab.html"/> <link rel="next" title="13.56. cdist-type__install_generate_fstab(7)" href="cdist-type__install_generate_fstab.html"/>
<link rel="prev" title="13.54. cdist-type__install_file(7)" href="cdist-type__install_file.html"/> <link rel="prev" title="13.54. cdist-type__install_file(7)" href="cdist-type__install_file.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -419,7 +419,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.56. cdist-type__install_generate_fstab(7) &mdash; cdist 4.4.4 documentation</title> <title>13.56. cdist-type__install_generate_fstab(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.57. cdist-type__install_mkfs(7)" href="cdist-type__install_mkfs.html"/> <link rel="next" title="13.57. cdist-type__install_mkfs(7)" href="cdist-type__install_mkfs.html"/>
<link rel="prev" title="13.55. cdist-type__install_fstab(7)" href="cdist-type__install_fstab.html"/> <link rel="prev" title="13.55. cdist-type__install_fstab(7)" href="cdist-type__install_fstab.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -421,7 +421,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.57. cdist-type__install_mkfs(7) &mdash; cdist 4.4.4 documentation</title> <title>13.57. cdist-type__install_mkfs(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.58. cdist-type__install_mount(7)" href="cdist-type__install_mount.html"/> <link rel="next" title="13.58. cdist-type__install_mount(7)" href="cdist-type__install_mount.html"/>
<link rel="prev" title="13.56. cdist-type__install_generate_fstab(7)" href="cdist-type__install_generate_fstab.html"/> <link rel="prev" title="13.56. cdist-type__install_generate_fstab(7)" href="cdist-type__install_generate_fstab.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -428,7 +428,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.58. cdist-type__install_mount(7) &mdash; cdist 4.4.4 documentation</title> <title>13.58. cdist-type__install_mount(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.59. cdist-type__install_partition_msdos(7)" href="cdist-type__install_partition_msdos.html"/> <link rel="next" title="13.59. cdist-type__install_partition_msdos(7)" href="cdist-type__install_partition_msdos.html"/>
<link rel="prev" title="13.57. cdist-type__install_mkfs(7)" href="cdist-type__install_mkfs.html"/> <link rel="prev" title="13.57. cdist-type__install_mkfs(7)" href="cdist-type__install_mkfs.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -430,7 +430,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.59. cdist-type__install_partition_msdos(7) &mdash; cdist 4.4.4 documentation</title> <title>13.59. cdist-type__install_partition_msdos(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.60. cdist-type__install_partition_msdos_apply(7)" href="cdist-type__install_partition_msdos_apply.html"/> <link rel="next" title="13.60. cdist-type__install_partition_msdos_apply(7)" href="cdist-type__install_partition_msdos_apply.html"/>
<link rel="prev" title="13.58. cdist-type__install_mount(7)" href="cdist-type__install_mount.html"/> <link rel="prev" title="13.58. cdist-type__install_mount(7)" href="cdist-type__install_mount.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -430,7 +430,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.60. cdist-type__install_partition_msdos_apply(7) &mdash; cdist 4.4.4 documentation</title> <title>13.60. cdist-type__install_partition_msdos_apply(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.61. cdist-type__install_reboot(7)" href="cdist-type__install_reboot.html"/> <link rel="next" title="13.61. cdist-type__install_reboot(7)" href="cdist-type__install_reboot.html"/>
<link rel="prev" title="13.59. cdist-type__install_partition_msdos(7)" href="cdist-type__install_partition_msdos.html"/> <link rel="prev" title="13.59. cdist-type__install_partition_msdos(7)" href="cdist-type__install_partition_msdos.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.61. cdist-type__install_reboot(7) &mdash; cdist 4.4.4 documentation</title> <title>13.61. cdist-type__install_reboot(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.62. cdist-type__install_reset_disk(7)" href="cdist-type__install_reset_disk.html"/> <link rel="next" title="13.62. cdist-type__install_reset_disk(7)" href="cdist-type__install_reset_disk.html"/>
<link rel="prev" title="13.60. cdist-type__install_partition_msdos_apply(7)" href="cdist-type__install_partition_msdos_apply.html"/> <link rel="prev" title="13.60. cdist-type__install_partition_msdos_apply(7)" href="cdist-type__install_partition_msdos_apply.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -409,7 +409,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.62. cdist-type__install_reset_disk(7) &mdash; cdist 4.4.4 documentation</title> <title>13.62. cdist-type__install_reset_disk(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.63. cdist-type__install_stage(7)" href="cdist-type__install_stage.html"/> <link rel="next" title="13.63. cdist-type__install_stage(7)" href="cdist-type__install_stage.html"/>
<link rel="prev" title="13.61. cdist-type__install_reboot(7)" href="cdist-type__install_reboot.html"/> <link rel="prev" title="13.61. cdist-type__install_reboot(7)" href="cdist-type__install_reboot.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -408,7 +408,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.63. cdist-type__install_stage(7) &mdash; cdist 4.4.4 documentation</title> <title>13.63. cdist-type__install_stage(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.64. cdist-type__install_umount(7)" href="cdist-type__install_umount.html"/> <link rel="next" title="13.64. cdist-type__install_umount(7)" href="cdist-type__install_umount.html"/>
<link rel="prev" title="13.62. cdist-type__install_reset_disk(7)" href="cdist-type__install_reset_disk.html"/> <link rel="prev" title="13.62. cdist-type__install_reset_disk(7)" href="cdist-type__install_reset_disk.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -433,7 +433,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.64. cdist-type__install_umount(7) &mdash; cdist 4.4.4 documentation</title> <title>13.64. cdist-type__install_umount(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.65. cdist-type__iptables_apply(7)" href="cdist-type__iptables_apply.html"/> <link rel="next" title="13.65. cdist-type__iptables_apply(7)" href="cdist-type__iptables_apply.html"/>
<link rel="prev" title="13.63. cdist-type__install_stage(7)" href="cdist-type__install_stage.html"/> <link rel="prev" title="13.63. cdist-type__install_stage(7)" href="cdist-type__install_stage.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -409,7 +409,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.65. cdist-type__iptables_apply(7) &mdash; cdist 4.4.4 documentation</title> <title>13.65. cdist-type__iptables_apply(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.66. cdist-type__iptables_rule(7)" href="cdist-type__iptables_rule.html"/> <link rel="next" title="13.66. cdist-type__iptables_rule(7)" href="cdist-type__iptables_rule.html"/>
<link rel="prev" title="13.64. cdist-type__install_umount(7)" href="cdist-type__install_umount.html"/> <link rel="prev" title="13.64. cdist-type__install_umount(7)" href="cdist-type__install_umount.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -411,7 +411,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.66. cdist-type__iptables_rule(7) &mdash; cdist 4.4.4 documentation</title> <title>13.66. cdist-type__iptables_rule(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.67. cdist-type__issue(7)" href="cdist-type__issue.html"/> <link rel="next" title="13.67. cdist-type__issue(7)" href="cdist-type__issue.html"/>
<link rel="prev" title="13.65. cdist-type__iptables_apply(7)" href="cdist-type__iptables_apply.html"/> <link rel="prev" title="13.65. cdist-type__iptables_apply(7)" href="cdist-type__iptables_apply.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -434,7 +434,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.67. cdist-type__issue(7) &mdash; cdist 4.4.4 documentation</title> <title>13.67. cdist-type__issue(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.68. cdist-type__jail(7)" href="cdist-type__jail.html"/> <link rel="next" title="13.68. cdist-type__jail(7)" href="cdist-type__jail.html"/>
<link rel="prev" title="13.66. cdist-type__iptables_rule(7)" href="cdist-type__iptables_rule.html"/> <link rel="prev" title="13.66. cdist-type__iptables_rule(7)" href="cdist-type__iptables_rule.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -412,7 +412,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.68. cdist-type__jail(7) &mdash; cdist 4.4.4 documentation</title> <title>13.68. cdist-type__jail(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.69. cdist-type__jail_freebsd10(7)" href="cdist-type__jail_freebsd10.html"/> <link rel="next" title="13.69. cdist-type__jail_freebsd10(7)" href="cdist-type__jail_freebsd10.html"/>
<link rel="prev" title="13.67. cdist-type__issue(7)" href="cdist-type__issue.html"/> <link rel="prev" title="13.67. cdist-type__issue(7)" href="cdist-type__issue.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -491,7 +491,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.69. cdist-type__jail_freebsd10(7) &mdash; cdist 4.4.4 documentation</title> <title>13.69. cdist-type__jail_freebsd10(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.70. cdist-type__jail_freebsd9(7)" href="cdist-type__jail_freebsd9.html"/> <link rel="next" title="13.70. cdist-type__jail_freebsd9(7)" href="cdist-type__jail_freebsd9.html"/>
<link rel="prev" title="13.68. cdist-type__jail(7)" href="cdist-type__jail.html"/> <link rel="prev" title="13.68. cdist-type__jail(7)" href="cdist-type__jail.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -490,7 +490,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.70. cdist-type__jail_freebsd9(7) &mdash; cdist 4.4.4 documentation</title> <title>13.70. cdist-type__jail_freebsd9(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.71. cdist-type__key_value(7)" href="cdist-type__key_value.html"/> <link rel="next" title="13.71. cdist-type__key_value(7)" href="cdist-type__key_value.html"/>
<link rel="prev" title="13.69. cdist-type__jail_freebsd10(7)" href="cdist-type__jail_freebsd10.html"/> <link rel="prev" title="13.69. cdist-type__jail_freebsd10(7)" href="cdist-type__jail_freebsd10.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -491,7 +491,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>13.71. cdist-type__key_value(7) &mdash; cdist 4.4.4 documentation</title> <title>13.71. cdist-type__key_value(7) &mdash; cdist 4.4.4-251-g664bce08 documentation</title>
@ -35,7 +35,7 @@
<link rel="index" title="Index" <link rel="index" title="Index"
href="../genindex.html"/> href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/> <link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="cdist 4.4.4 documentation" href="../index.html"/> <link rel="top" title="cdist 4.4.4-251-g664bce08 documentation" href="../index.html"/>
<link rel="up" title="13. cdist types" href="../cdist-types.html"/> <link rel="up" title="13. cdist types" href="../cdist-types.html"/>
<link rel="next" title="13.72. cdist-type__keyboard(7)" href="cdist-type__keyboard.html"/> <link rel="next" title="13.72. cdist-type__keyboard(7)" href="cdist-type__keyboard.html"/>
<link rel="prev" title="13.70. cdist-type__jail_freebsd9(7)" href="cdist-type__jail_freebsd9.html"/> <link rel="prev" title="13.70. cdist-type__jail_freebsd9(7)" href="cdist-type__jail_freebsd9.html"/>
@ -67,7 +67,7 @@
<div class="version"> <div class="version">
4.4.4 4.4.4-251-g664bce08
</div> </div>
@ -466,7 +466,7 @@ License, or (at your option) any later version.</p>
<script type="text/javascript"> <script type="text/javascript">
var DOCUMENTATION_OPTIONS = { var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../', URL_ROOT:'../',
VERSION:'4.4.4', VERSION:'4.4.4-251-g664bce08',
COLLAPSE_INDEX:false, COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html', FILE_SUFFIX:'.html',
HAS_SOURCE: true, HAS_SOURCE: true,

Some files were not shown because too many files have changed in this diff Show More