15 lines
3.5 KiB
HTML
15 lines
3.5 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|||
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>cdist-config(1)</title><link rel="stylesheet" type="text/css" href="docbook-xsl.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /></head><body><div xml:lang="en" class="article" title="cdist-config(1)" lang="en"><div class="titlepage"><div><div><h2 class="title"><a id="id406866"></a>cdist-config(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-cdist--@--schottelius.org">nico-cdist--@--schottelius.org</a>></code></div></div></div><hr /></div><div class="toc"><p><strong>Table of Contents</strong></p><dl><dt><span class="section"><a href="#_name">1. NAME</a></span></dt><dt><span class="section"><a href="#_description">2. DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_environment_variables">3. ENVIRONMENT VARIABLES</a></span></dt><dt><span class="section"><a href="#_examples">4. EXAMPLES</a></span></dt><dt><span class="section"><a href="#_see_also">5. SEE ALSO</a></span></dt><dt><span class="section"><a href="#_copying">6. COPYING</a></span></dt></dl></div><div class="section" title="1. NAME"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_name"></a>1. NAME</h2></div></div></div><p>cdist-config - Read basic cdist configuration</p></div><div class="section" title="2. DESCRIPTION"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_description"></a>2. DESCRIPTION</h2></div></div></div><p>Cdist-config is sourced by cdist programs and provides hints on where to find
|
|||
|
types, manifests, etc. Generally speaking, it’s just usable from within the
|
|||
|
core and is only of interest for cdist-developers.</p></div><div class="section" title="3. ENVIRONMENT VARIABLES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_environment_variables"></a>3. ENVIRONMENT VARIABLES</h2></div></div></div><p>The following list contains environment variables that are known
|
|||
|
to be changed by users in various situations. To change the variable,
|
|||
|
use your current shell and export it, so all cdist-binaries know about it.</p><div class="variablelist"><dl><dt><span class="term">
|
|||
|
__cdist_tmp_base_dir
|
|||
|
</span></dt><dd>
|
|||
|
Normally this points to /tmp. In case /tmp is not suitable for
|
|||
|
cdist (i.e. has noexec flag setup) you can change this variable
|
|||
|
to point to a better location.
|
|||
|
</dd></dl></div></div><div class="section" title="4. EXAMPLES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_examples"></a>4. EXAMPLES</h2></div></div></div><p>If /tmp has the noexec flag, you can use $HOME/.tmp for instance:</p><pre class="screen">export __cdist_tmp_base_dir=$HOME/.tmp</pre></div><div class="section" title="5. SEE ALSO"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_see_also"></a>5. SEE ALSO</h2></div></div></div><p>cdist(7)</p></div><div class="section" title="6. COPYING"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_copying"></a>6. COPYING</h2></div></div></div><p>Copyright (C) 2010-2011 Nico Schottelius. Free use of this software is
|
|||
|
granted under the terms of the GNU General Public License version 3 (GPLv3).</p></div></div></body></html>
|