From c007f3c5c63cfaed04b1c66af70f152dabf07a0e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 25 Mar 2011 23:54:08 +0100 Subject: [PATCH] cdist update --- software/cdist/man/cdist-best-practice.html | 2 +- software/cdist/man/cdist-cache.html | 6 ++++++ 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 +- software/cdist/man/cdist-explorer-run-global.html | 2 +- software/cdist/man/cdist-explorer.html | 2 +- software/cdist/man/cdist-hacker.html | 2 +- software/cdist/man/cdist-manifest-run-all.html | 2 +- software/cdist/man/cdist-manifest-run-init.html | 2 +- software/cdist/man/cdist-manifest-run.html | 2 +- software/cdist/man/cdist-manifest.html | 2 +- software/cdist/man/cdist-object-explorer-all.html | 2 +- software/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 | 2 +- software/cdist/man/cdist-remote-explorer-run.html | 2 +- software/cdist/man/cdist-run-remote.html | 2 +- software/cdist/man/cdist-stages.html | 2 +- software/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 +- software/cdist/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 +- software/cdist/man/cdist-type__package_apt.html | 2 +- software/cdist/man/cdist-type__package_pacman.html | 2 +- software/cdist/man/cdist-type__removeline.html | 2 +- software/cdist/man/cdist-type__user.html | 2 +- software/cdist/man/cdist.html | 2 +- 42 files changed, 47 insertions(+), 41 deletions(-) create mode 100644 software/cdist/man/cdist-cache.html diff --git a/software/cdist/man/cdist-best-practice.html b/software/cdist/man/cdist-best-practice.html index 17ac02ad..4eea9c93 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-cache.html b/software/cdist/man/cdist-cache.html new file mode 100644 index 00000000..b9a2733a --- /dev/null +++ b/software/cdist/man/cdist-cache.html @@ -0,0 +1,6 @@ + + +cdist-cache(1)

cdist-cache(1)


1. NAME

cdist-cache - Cache output of last run

2. SYNOPSIS

cdist-cache TARGET_HOST

3. DESCRIPTION

cdist-cache moves away the objects created during last run so the +next run can use the previous information and compare them with +the current status.

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/cdist-code-run-all.html b/software/cdist/man/cdist-code-run-all.html index c835f401..c8c1f349 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