From e8a47d7bb4ce14a9b0c20080ab1be961814022d0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 25 Mar 2011 23:08:17 +0100 Subject: [PATCH] cdist update --- software/cdist/man/cdist-best-practice.html | 2 +- software/cdist/man/cdist-code-run-all.html | 2 +- software/cdist/man/cdist-code-run.html | 2 +- software/cdist/man/cdist-config.html | 2 +- software/cdist/man/cdist-deploy-to.html | 2 +- software/cdist/man/cdist-dir.html | 2 +- software/cdist/man/cdist-env.html | 2 +- .../cdist/man/cdist-explorer-run-global.html | 2 +- software/cdist/man/cdist-explorer.html | 2 +- software/cdist/man/cdist-hacker.html | 2 +- .../cdist/man/cdist-manifest-run-all.html | 2 +- .../cdist/man/cdist-manifest-run-init.html | 2 +- software/cdist/man/cdist-manifest-run.html | 2 +- software/cdist/man/cdist-manifest.html | 2 +- .../cdist/man/cdist-object-explorer-all.html | 2 +- .../cdist/man/cdist-object-gencode-all.html | 2 +- software/cdist/man/cdist-object-gencode.html | 2 +- software/cdist/man/cdist-quickstart.html | 2 +- software/cdist/man/cdist-reference.html | 170 +++++++++++++++++- .../cdist/man/cdist-remote-explorer-run.html | 2 +- software/cdist/man/cdist-run-remote.html | 2 +- software/cdist/man/cdist-stages.html | 2 +- .../cdist/man/cdist-type-build-emulation.html | 2 +- software/cdist/man/cdist-type-emulator.html | 2 +- software/cdist/man/cdist-type-template.html | 2 +- software/cdist/man/cdist-type.html | 2 +- .../man/cdist-type__addifnosuchline.html | 2 +- software/cdist/man/cdist-type__apt_ppa.html | 2 +- software/cdist/man/cdist-type__directory.html | 2 +- software/cdist/man/cdist-type__file.html | 2 +- software/cdist/man/cdist-type__group.html | 2 +- software/cdist/man/cdist-type__issue.html | 2 +- software/cdist/man/cdist-type__key_value.html | 2 +- software/cdist/man/cdist-type__link.html | 2 +- software/cdist/man/cdist-type__motd.html | 2 +- software/cdist/man/cdist-type__package.html | 2 +- .../cdist/man/cdist-type__package_apt.html | 2 +- .../cdist/man/cdist-type__package_pacman.html | 2 +- .../cdist/man/cdist-type__removeline.html | 2 +- software/cdist/man/cdist-type__user.html | 2 +- software/cdist/man/cdist.html | 5 +- 41 files changed, 209 insertions(+), 44 deletions(-) diff --git a/software/cdist/man/cdist-best-practice.html b/software/cdist/man/cdist-best-practice.html index 143b8a8c..17ac02ad 100644 --- a/software/cdist/man/cdist-best-practice.html +++ b/software/cdist/man/cdist-best-practice.html @@ -1,6 +1,6 @@ -cdist-best-practice(7)

cdist-best-practice(7)


1. NAME

cdist-best-practice - Practices used in real environments

2. PASSWORDLESS CONNECTIONS

It is recommended to run cdist with public key authentication. +cdist-best-practice(7)

cdist-best-practice(7)


1. NAME

cdist-best-practice - Practices used in real environments

2. PASSWORDLESS CONNECTIONS

It is recommended to run cdist with public key authentication. This requires a private/public key pair and the entry "PermitRootLogin without-password" in the sshd server. See sshd_config(5) and ssh-keygen(1).

3. SPEEDING UP SSH CONNECTIONS

When connecting to a new host, the initial delay with ssh connections diff --git a/software/cdist/man/cdist-code-run-all.html b/software/cdist/man/cdist-code-run-all.html index 42712eb7..c835f401 100644 --- a/software/cdist/man/cdist-code-run-all.html +++ b/software/cdist/man/cdist-code-run-all.html @@ -1,6 +1,6 @@ -cdist-code-run-all(1)

cdist-code-run-all(1)


1. NAME

cdist-code-run-all - Execute all generated code on the target

2. SYNOPSIS

cdist-code-run-all HOSTNAME

3. DESCRIPTION

cdist-code-run-all is just a wrapper for cdist-remote-code-run-all.

4. SEE ALSO

  • +cdist-code-run-all(1)

    cdist-code-run-all(1)


    1. NAME

    cdist-code-run-all - Execute all generated code on the target

    2. SYNOPSIS

    cdist-code-run-all HOSTNAME

    3. DESCRIPTION

    cdist-code-run-all is just a wrapper for cdist-remote-code-run-all.

    4. SEE ALSO

    • cdist(7)
    • cdist-deploy-to(1) diff --git a/software/cdist/man/cdist-code-run.html b/software/cdist/man/cdist-code-run.html index 6a96c865..80e594ee 100644 --- a/software/cdist/man/cdist-code-run.html +++ b/software/cdist/man/cdist-code-run.html @@ -1,6 +1,6 @@ -cdist-code-run(1)

      cdist-code-run(1)


      1. NAME

      cdist-code-run - Run explorer remotely

      2. SYNOPSIS

      cdist-code-run OBJECT_DIR OBJECT TYPE

      3. DESCRIPTION

      cdist-code-run executes generated code from a given OBJECT. +cdist-code-run(1)

      cdist-code-run(1)


      1. NAME

      cdist-code-run - Run explorer remotely

      2. SYNOPSIS

      cdist-code-run OBJECT_DIR OBJECT TYPE

      3. DESCRIPTION

      cdist-code-run executes generated code from a given OBJECT. The OBJECT must be located below OBJECT_DIR. TYPE must be either local or remote and determines which code part is to be executed.

      4. SEE ALSO

      • diff --git a/software/cdist/man/cdist-config.html b/software/cdist/man/cdist-config.html index 57b69a46..a00fe97f 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. SEE ALSO

        cdist(7)

        4. 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-deploy-to.html b/software/cdist/man/cdist-deploy-to.html index 3cbad2f3..bd30ccb0 100644 --- a/software/cdist/man/cdist-deploy-to.html +++ b/software/cdist/man/cdist-deploy-to.html @@ -1,6 +1,6 @@ -cdist-deploy-to(1)

        cdist-deploy-to(1)


        1. NAME

        cdist-deploy-to - Deploy configuration to host

        2. SYNOPSIS

        cdist-deploy-to HOSTNAME

        3. DESCRIPTION

        Deploy configurations to the specified host, as configured in the initial +cdist-deploy-to(1)

        cdist-deploy-to(1)


        1. NAME

        cdist-deploy-to - Deploy configuration to host

        2. SYNOPSIS

        cdist-deploy-to HOSTNAME

        3. DESCRIPTION

        Deploy configurations to the specified host, as configured in the initial manifest. This script triggers the execution of several other scripts, in so called stages. It is intented to run either from the command line or from cron.

        4. ENVIRONMENT

        If the environment variable cdist_conf_dir is not set, the configuration is read from /etc/cdist. The local output directory can diff --git a/software/cdist/man/cdist-dir.html b/software/cdist/man/cdist-dir.html index 04720a51..f7e7a2c5 100644 --- a/software/cdist/man/cdist-dir.html +++ b/software/cdist/man/cdist-dir.html @@ -1,6 +1,6 @@ -cdist-dir(1)

        cdist-dir(1)


        1. NAME

        cdist-dir - Poor man’s directory synchronisation

        2. SYNOPSIS

        cdist-dir <push|pull> TARGET_HOST SRC_DIR DST_DIR

        3. DESCRIPTION

        cdist-dir either pushes a local directory to the target host +cdist-dir(1)

        cdist-dir(1)


        1. NAME

        cdist-dir - Poor man’s directory synchronisation

        2. SYNOPSIS

        cdist-dir <push|pull> TARGET_HOST SRC_DIR DST_DIR

        3. DESCRIPTION

        cdist-dir either pushes a local directory to the target host or pulls a remote directory from a target host to the local host.

        In the push case SRC_DIR is local, in the pull case remote. In the push case DST_DIR is remote, in the pull case local.

        cdist-dir does not cleanup DST_DIR and thus it may contain old stuff if used multiple times.

        cdist-dir does not rely on rsync or other high level tools, because diff --git a/software/cdist/man/cdist-env.html b/software/cdist/man/cdist-env.html index 9a2345ce..003c9095 100644 --- a/software/cdist/man/cdist-env.html +++ b/software/cdist/man/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/cdist-explorer-run-global.html b/software/cdist/man/cdist-explorer-run-global.html index 5fb6e080..84184002 100644 --- a/software/cdist/man/cdist-explorer-run-global.html +++ b/software/cdist/man/cdist-explorer-run-global.html @@ -1,6 +1,6 @@ -cdist-explorer-run-global(1)

        cdist-explorer-run-global(1)


        1. NAME

        cdist-explorer-run-global - Run the global explorers

        2. SYNOPSIS

        cdist-explorer-run-global HOSTNAME

        3. DESCRIPTION

        Transfer the global explorers to HOSTNAME, execute them and transfer +cdist-explorer-run-global(1)

        cdist-explorer-run-global(1)


        1. NAME

        cdist-explorer-run-global - Run the global explorers

        2. SYNOPSIS

        cdist-explorer-run-global HOSTNAME

        3. DESCRIPTION

        Transfer the global explorers to HOSTNAME, execute them and transfer back the results.

        4. SEE ALSO