From 785f0cb6a047f4ebaa8fb1cdc78309941c1b3b94 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 16 Apr 2011 23:37:31 +0200 Subject: [PATCH] cdist update --- software/cdist/man/VERSION | 2 +- software/cdist/man/cdist-config.html | 2 +- software/cdist/man/cdist-reference.html | 2 +- software/cdist/man/foo.html | 79 +++++++++++++++++++++++++ 4 files changed, 82 insertions(+), 3 deletions(-) create mode 100644 software/cdist/man/foo.html diff --git a/software/cdist/man/VERSION b/software/cdist/man/VERSION index d330267b..a75a9949 100644 --- a/software/cdist/man/VERSION +++ b/software/cdist/man/VERSION @@ -1 +1 @@ -1.6.1-7-g10cc253 +1.6.1-14-g24428b2 diff --git a/software/cdist/man/cdist-config.html b/software/cdist/man/cdist-config.html index 3d7521fc..160184ed 100644 --- a/software/cdist/man/cdist-config.html +++ b/software/cdist/man/cdist-config.html @@ -1,6 +1,6 @@ -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. ENVIRONMENT VARIABLES

The following list contains environment variables that are known to be changed by users in various situations. To change the variable, diff --git a/software/cdist/man/cdist-reference.html b/software/cdist/man/cdist-reference.html index 06d0bcde..2b3b3c5c 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

  • +cdist-reference(7)

    cdist-reference(7)


    1. NAME

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

    2. DESCRIPTION

    This reference summarises

    • environment variables
    • paths diff --git a/software/cdist/man/foo.html b/software/cdist/man/foo.html new file mode 100644 index 00000000..952bab07 --- /dev/null +++ b/software/cdist/man/foo.html @@ -0,0 +1,79 @@ + + + + + + + + + + + + + +
      + + +

      cdist − Configuration management system

      + +

      Cdist is a usable configuration +management system. The easiest way to get started with cdist +is to initialise the environment and run +cdist−quickstart:

      + +

      eval +‘./bin/cdist−env‘ && +cdist−quickstart

      + +

      Cdist configurations are written +in the shell scripting language. The mapping of +configurations to hosts is defined in so called manifests, +logical units of functionality are called "types" +in cdist jargon. Cdist ships with some types included. You +can use or change them, create new ones or even submit your +types for inclusion into cdist.

      + +

      The main command is +cdist−deploy−to, which runs several stages to +push configurations to a host. If you want to deeply +understand cdist, reading the source of +cdist−deploy−to is recommended. Cdist currently +uses the push approach (a server pushes out the +configuration to the clients), but future version will also +support the pull mechanism (client requests +configuration).

      + +

      • Website: +http://www.nico.schottelius.org/cdist/

      + +

      • +cdist−best−practise(7)

      + +

      • +cdist−deploy−to(1)

      + +

      • cdist−hacker(7)

      + +

      • +cdist−manifest(7)

      + +

      • +cdist−quickstart(1)

      + +

      • cdist−type(7)

      + +

      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). Nico Schottelius +<nico−cdist−−@−−schottelius.org> +Author.

      +
      + +