diff --git a/software/cdist.mdwn b/software/cdist.mdwn index 555d28d6..28580c38 100644 --- a/software/cdist.mdwn +++ b/software/cdist.mdwn @@ -93,6 +93,12 @@ cdist was tested or is know to run on at least Ensure you have Python 3.x and the **argparse** module installed on the machine you use to **deploy to the targets**. +#### Archlinux + +Archlinux already has python >= 3.2, so you only need to do: + + pacman -S python + #### Debian aptitude install python3 python3-setuptools diff --git a/software/cdist/man/VERSION b/software/cdist/man/VERSION index cf474676..d915365e 100644 --- a/software/cdist/man/VERSION +++ b/software/cdist/man/VERSION @@ -1 +1 @@ -2.0.2-2-gdfc3d4c +2.0.2-8-g298688e diff --git a/software/cdist/man/man1/cdist-config.html b/software/cdist/man/man1/cdist-config.html index 7dc126be..18d59815 100644 --- a/software/cdist/man/man1/cdist-config.html +++ b/software/cdist/man/man1/cdist-config.html @@ -1,6 +1,6 @@ -cdist-config(1)

cdist-config(1)


Table of Contents

1. NAME
2. DESCRIPTION
3. ENVIRONMENT VARIABLES
4. EXAMPLES
5. SEE ALSO
6. COPYING

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/man1/cdist-env.html b/software/cdist/man/man1/cdist-env.html index f739bde2..30bfff07 100644 --- a/software/cdist/man/man1/cdist-env.html +++ b/software/cdist/man/man1/cdist-env.html @@ -1,6 +1,6 @@ -cdist-env(1)

cdist-env(1)


1. NAME

cdist-env - Setup environment for using cdist

2. SYNOPSIS

cdist-env

3. DESCRIPTION

cdist-env outputs two strings suitable for usage in your current shell, +cdist-env(1)

cdist-env(1)


1. NAME

cdist-env - Setup environment for using cdist

2. SYNOPSIS

cdist-env

3. DESCRIPTION

cdist-env outputs two strings suitable for usage in your current shell, so you can use cdist from the checkout. cdist-env essentially helps you to easily setup PATH and MANPATH.

If you’ve multiple checkouts of cdist and run cdist-env from the various checkouts, a new run will prepend the last directory, thus ensures you diff --git a/software/cdist/man/man1/cdist-quickstart.html b/software/cdist/man/man1/cdist-quickstart.html index a08b7504..65fd7557 100644 --- a/software/cdist/man/man1/cdist-quickstart.html +++ b/software/cdist/man/man1/cdist-quickstart.html @@ -1,6 +1,6 @@ -cdist-quickstart(1)

cdist-quickstart(1)


1. NAME

cdist-quickstart - Make use of cinit in 5 minutes

2. SYNOPSIS

cdist-quickstart

3. DESCRIPTION

cdist-quickstart is an interactive guide to cdist. It should be one +cdist-quickstart(1)

cdist-quickstart(1)


1. NAME

cdist-quickstart - Make use of cinit in 5 minutes

2. SYNOPSIS

cdist-quickstart

3. DESCRIPTION

cdist-quickstart is an interactive guide to cdist. It should be one of the first tools you use when you begin with cdist.

4. EXAMPLES

To use cdist-quickstart, add the bin directory to your PATH, execute cdist-quickstart and enjoy cdist:

# Bourne shell example
 export PATH=$(pwd -P)/bin:$PATH
diff --git a/software/cdist/man/man1/cdist-type-emulator.html b/software/cdist/man/man1/cdist-type-emulator.html
index 50dff8a1..e2e4039c 100644
--- a/software/cdist/man/man1/cdist-type-emulator.html
+++ b/software/cdist/man/man1/cdist-type-emulator.html
@@ -1,6 +1,6 @@
 
 
-cdist-type-emulator(1)

cdist-type-emulator(1)


1. NAME

cdist-type-emulator - Emulate type and record parameters and dependencies

2. SYNOPSIS

cdist-type-emulator [TYPE ARGS]

3. DESCRIPTION

cdist-type-emulator is normally called through a link to it of the +cdist-type-emulator(1)

cdist-type-emulator(1)


1. NAME

cdist-type-emulator - Emulate type and record parameters and dependencies

2. SYNOPSIS

cdist-type-emulator [TYPE ARGS]

3. DESCRIPTION

cdist-type-emulator is normally called through a link to it of the name of a specifc type. It saves the given parameters into a parameters directory and the requirements into a require file.

It checks whether the parameters are valid: