diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 3e00b497..5e60a093 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -111,7 +111,7 @@ how to use cdist. There are at least the following branches available: * Development: master - * 2.0: Python rewrite + * 2.0: Python rewrite of cdist core Old versions: diff --git a/software/cdist/man/VERSION b/software/cdist/man/VERSION index dabbb832..38f77a65 100644 --- a/software/cdist/man/VERSION +++ b/software/cdist/man/VERSION @@ -1 +1 @@ -2.0.0-rc4-32-g2e96ba7 +2.0.1 diff --git a/software/cdist/man/man1/cdist-type-template.html b/software/cdist/man/man1/cdist-type-template.html index f70f8b80..cd21e106 100644 --- a/software/cdist/man/man1/cdist-type-template.html +++ b/software/cdist/man/man1/cdist-type-template.html @@ -1,5 +1,5 @@ -cdist-type-template(1)

cdist-type-template(1)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. SEE ALSO
5. COPYING

1. NAME

cdist-type-template - Create a new type

2. SYNOPSIS

cdist-type-template NAME

3. DESCRIPTION

cdist-type-template creates a new type and adds the usual files to it. +cdist-type-template(1)

cdist-type-template(1)


1. NAME

cdist-type-template - Create a new type

2. SYNOPSIS

cdist-type-template NAME

3. DESCRIPTION

cdist-type-template creates a new type and adds the usual files to it. It is thought to be helpful when writing new types.

4. SEE ALSO

cdist(7)

5. COPYING

Copyright (C) 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/man1/cdist.html b/software/cdist/man/man1/cdist.html index 1356f609..16055ddc 100644 --- a/software/cdist/man/man1/cdist.html +++ b/software/cdist/man/man1/cdist.html @@ -1,6 +1,6 @@ -cdist(1)

cdist(1)


1. NAME

cdist - Configuration management

2. SYNOPSIS

cdist [-h] [-V]

cdist banner

cdist config [-h] [-d] [-V] [-c CDIST_HOME] [-i MANIFEST] [-p] [-s] host [host …]

3. DESCRIPTION

cdist is the frontend executable to the cdist configuration management. +cdist(1)

cdist(1)


1. NAME

cdist - Configuration management

2. SYNOPSIS

cdist [-h] [-V]

cdist banner

cdist config [-h] [-d] [-V] [-c CDIST_HOME] [-i MANIFEST] [-p] [-s] host [host …]

3. DESCRIPTION

cdist is the frontend executable to the cdist configuration management. cdist supports different as explained below. The options to the main program are:

-h, --help @@ -49,9 +49,18 @@ cdist banner cdist --help # Show Version -cdist --version

7. SEE ALSO

  • +cdist --version

7. ENVIRONMENT

+TMPDIR, TEMP, TMP +
+ Setup the base directory for the temporary directory. + See http://docs.python.org/py3k/library/tempfile.html for + more information. This is rather useful, if the standard + directory used does not allow executables. +

8. SEE ALSO

  • cdist(7)
  • -cdist-type-build-emulation(1) -

8. COPYING

Copyright (C) 2011 Nico Schottelius. Free use of this software is +cdist-type-emulator(1) +

  • +cdist-reference(7) +
  • 9. COPYING

    Copyright (C) 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/man7/cdist-reference.html b/software/cdist/man/man7/cdist-reference.html index 626a6a07..89b8eaf6 100644 --- a/software/cdist/man/man7/cdist-reference.html +++ b/software/cdist/man/man7/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. EXPLORERS

    The following global explores are available:

    5. OBJECTS

    For object to object communication and tests, the following paths are +usable within a object directory:

    +changed +
    + This empty file exists in an object directory, if the object has + code to be excuted (either remote or local) +

    6. ENVIRONMENT VARIABLES

    __explorer
    Directory that contains all global explorers. @@ -193,13 +199,13 @@ __target_user __type
    Path to the current type. - Available for: type manifest + Available for: type manifest, type gencode
    __type_explorer
    Directory that contains the type explorers. Available for: type explorer -

    6. SEE ALSO

    • +

    7. SEE ALSO

    • cdist(7) -

    7. COPYING

    Copyright (C) 2011 Nico Schottelius. Free use of this software is +

    8. COPYING

    Copyright (C) 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/man7/cdist-type__package_rubygem.html b/software/cdist/man/man7/cdist-type__package_rubygem.html index 89aa4b03..5b02592c 100644 --- a/software/cdist/man/man7/cdist-type__package_rubygem.html +++ b/software/cdist/man/man7/cdist-type__package_rubygem.html @@ -1,6 +1,6 @@ -cdist-type__package_rubygem(7)

    cdist-type__package_rubygem(7)

    Chase Allen James


    1. NAME

    cdist-type__package_rubygem - Manage rubygem packages

    2. DESCRIPTION

    Rubygems is the default package management system for the Ruby programming language.

    3. REQUIRED PARAMETERS

    +cdist-type__package_rubygem(7)

    cdist-type__package_rubygem(7)

    Chase Allen James


    1. NAME

    cdist-type__package_rubygem - Manage rubygem packages

    2. DESCRIPTION

    Rubygems is the default package management system for the Ruby programming language.

    3. REQUIRED PARAMETERS

    state
    Either "installed" or "removed". diff --git a/software/cdist/man/man7/cdist-type__process.html b/software/cdist/man/man7/cdist-type__process.html index b23e6072..c855b2e3 100644 --- a/software/cdist/man/man7/cdist-type__process.html +++ b/software/cdist/man/man7/cdist-type__process.html @@ -1,6 +1,6 @@ -cdist-type__process(7)

    cdist-type__process(7)


    1. NAME

    cdist-type__process - Start or stop process

    2. DESCRIPTION

    This cdist type allows you to define the state of a process.

    3. REQUIRED PARAMETERS

    +cdist-type__process(7)

    cdist-type__process(7)


    1. NAME

    cdist-type__process - Start or stop process

    2. DESCRIPTION

    This cdist type allows you to define the state of a process.

    3. REQUIRED PARAMETERS

    state
    State of the process: Either stopped or running.