forked from ungleich-public/cdist
Merge remote branch 'asteven/master' into install
This commit is contained in:
commit
c421fb769c
12 changed files with 176 additions and 8 deletions
9
doc/dev/logs/2011-07-01.type-gencode
Normal file
9
doc/dev/logs/2011-07-01.type-gencode
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
when all objects of a type are applied, then run the types gencode-{local,remote} scripts
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
__mein_type/
|
||||
type/ # executed when all objects of this type have been applied
|
||||
gencode-local
|
||||
gencode-remote
|
||||
|
||||
22
doc/dev/logs/2011-07-01.type-global-explorers
Normal file
22
doc/dev/logs/2011-07-01.type-global-explorers
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
types can contribute global explorers
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
__mein_type/
|
||||
global/
|
||||
explorer/
|
||||
status-von-foo
|
||||
anderer
|
||||
|
||||
$out/explorer/
|
||||
hostname
|
||||
os
|
||||
...
|
||||
__mein_type/
|
||||
status-von-foo
|
||||
anderer
|
||||
|
||||
|
||||
todos:
|
||||
- cdist scans types for global/explorer's
|
||||
- when executing explorers, create the types namespace folder before running type gobal explorers
|
||||
|
||||
30
doc/man/man1/cdist-deploy-stdin-to.text
Normal file
30
doc/man/man1/cdist-deploy-stdin-to.text
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
cdist-deploy-stdin-to(1)
|
||||
========================
|
||||
Steven Armstrong <steven-cdist--@--armstrong.cc>
|
||||
|
||||
|
||||
NAME
|
||||
----
|
||||
cdist-deploy-stdin-to - Deploy the configuration given on stdin to host
|
||||
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
echo "__file /tmp/whatever" | cdist-deploy-stdin-to HOSTNAME
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
Use stdin as the manifest for cdist-deploy-to.
|
||||
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
- cdist(7)
|
||||
- cdist-deploy-to(1)
|
||||
|
||||
|
||||
COPYING
|
||||
-------
|
||||
Copyright \(C) 2011 Steven Armstrong. Free use of this software is
|
||||
granted under the terms of the GNU General Public License version 3 (GPLv3).
|
||||
Loading…
Add table
Add a link
Reference in a new issue