forked from ungleich-public/cdist
new executable that uses its stdin as the initial manifest
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
0736f7dfd3
commit
aa6b655cd3
2 changed files with 66 additions and 0 deletions
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