finish cdist-manifest.text

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-26 20:41:33 +01:00
commit a07aafdc88
5 changed files with 103 additions and 91 deletions

View file

@ -1,37 +0,0 @@
cdist-deploy-to(1)
==================
Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-deploy-to - Deploy configuration to host
SYNOPSIS
--------
cdist-deploy-to HOSTNAME
DESCRIPTION
-----------
Cdist-deploy-to deploys the configuration to the specified host.
It triggers the execution of several other scripts, which are
explained (or referenced) in cdist-stages(7).
It is intented to run either from the command line or from cron.
REQUIREMENTS
------------
Cdist-deploy-to requires an enabled ssh-server and a posix shell on the target
host and a ssh-client and posix shell on the server.
SEE ALSO
--------
cdist(7), cdist-stages(7)
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).

View file

@ -1,51 +0,0 @@
cdist-manifests(7)
==================
Nico Schottelius <nico-cdist--@--schottelius.org>
NAME
----
cdist-manifests - Map configuration to hosts
DESCRIPTION
-----------
Using the available types and shell language, you can create mappings of what
should be configured on a host.
ENTRYPOINT: $prefix/manifests/init
unsorted: cache / objects
- If cdist encounters type in manifest,
a wrapper script is run, that creates a
new entry in the cconfig database and adds
attribute values. This defines a cconfig
tree, that may look as follows:
<hostname>/<type>/<id>/<parameters>:
myhost/__file/cdist_bin/source
myhost/__file/cdist_bin/destination
...
--------------------------------------------------------------------------------
ENVIRONMENT
-----------
The following variables are available in manifests:
- __{explorer|fact}_{name}
- __core_hostname: Hostname that we are deploying to
- __core_localhostname: Hostname that we are deploying from
EXAPMLES
--------
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).