From a751107b2cb2596b47350eb25a72b3a7754b4886 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 8 Apr 2011 11:00:25 +0200 Subject: [PATCH] cdist update --- software/cdist.mdwn | 3 ++- software/cdist/man/VERSION | 2 +- software/cdist/man/cdist-config.html | 12 ++++++++++-- software/cdist/man/cdist-reference.html | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 54f792a7..350cd3e1 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -211,13 +211,14 @@ Yes, I'm actually eating my own dogfood and currently managing * [moinmoin](http://moinmo.in/) (wiki) * [apache](http://httpd.apache.org/) (webserver) * [kerberos (mit)](http://web.mit.edu/kerberos/) (authentication) + * [nss-pam-ldapd](http://arthurdejong.org/nss-pam-ldapd/) (authentication) * [ircd-hybrid](http://www.ircd-hybrid.org/) (chat) * [stunnel](http://stunnel.mirt.net/) (SSL tunnel) * [mercurial-server](http://www.lshift.net/mercurial-server.html) (version control) * [xfce](http://www.xfce.org/) (lightweight desktop environment) * [slim](http://slim.berlios.de/) (graphical login manager for X11) -with cdist on a total of **20** production machines of the +with cdist on more than **60** production machines of the [Systems Group](http://www.systems.ethz.ch) at the [ETH Zurich](http://www.ethz.ch) as well at home. diff --git a/software/cdist/man/VERSION b/software/cdist/man/VERSION index 9c6d6293..d330267b 100644 --- a/software/cdist/man/VERSION +++ b/software/cdist/man/VERSION @@ -1 +1 @@ -1.6.1 +1.6.1-7-g10cc253 diff --git a/software/cdist/man/cdist-config.html b/software/cdist/man/cdist-config.html index 328e1eef..3d7521fc 100644 --- a/software/cdist/man/cdist-config.html +++ b/software/cdist/man/cdist-config.html @@ -1,6 +1,14 @@ -cdist-config(1)

cdist-config(1)


1. NAME

cdist-config - Read basic cdist configuration

2. DESCRIPTION

Cdist-config is sourced by cdist programs and provides hints on where to find +cdist-config(1)

cdist-config(1)


1. NAME

cdist-config - Read basic cdist configuration

2. DESCRIPTION

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.

3. SEE ALSO

cdist(7)

4. COPYING

Copyright (C) 2010-2011 Nico Schottelius. Free use of this software is +core and is only of interest for cdist-developers.

3. ENVIRONMENT VARIABLES

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.

+__cdist_tmp_base_dir +
+ 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. +

4. EXAMPLES

If /tmp has the noexec flag, you can use $HOME/.tmp for instance:

export __cdist_tmp_base_dir=$HOME/.tmp

5. SEE ALSO

cdist(7)

6. COPYING

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).

diff --git a/software/cdist/man/cdist-reference.html b/software/cdist/man/cdist-reference.html index 9c0708c4..06d0bcde 100644 --- a/software/cdist/man/cdist-reference.html +++ b/software/cdist/man/cdist-reference.html @@ -1,6 +1,6 @@ -cdist-reference(7)

cdist-reference(7)


1. NAME

cdist-reference - Variable, path and type reference for cdist

2. DESCRIPTION

This reference summarises