forked from ungleich-public/cdist
and remove documentation for cdist-bin-transfer
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f358a34e1d
commit
0f8a0097e0
2 changed files with 0 additions and 31 deletions
1
Makefile
1
Makefile
|
@ -13,7 +13,6 @@ MANDIR=doc/man
|
||||||
MANGENERATED=$(MANDIR)/cdist-reference.text
|
MANGENERATED=$(MANDIR)/cdist-reference.text
|
||||||
|
|
||||||
MANSRC=$(MANDIR)/cdist.text \
|
MANSRC=$(MANDIR)/cdist.text \
|
||||||
$(MANDIR)/cdist-bin-transfer.text \
|
|
||||||
$(MANDIR)/cdist-config.text \
|
$(MANDIR)/cdist-config.text \
|
||||||
$(MANDIR)/cdist-dir.text \
|
$(MANDIR)/cdist-dir.text \
|
||||||
$(MANDIR)/cdist-env.text \
|
$(MANDIR)/cdist-env.text \
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
cdist-bin-transfer(1)
|
|
||||||
=====================
|
|
||||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
|
||||||
|
|
||||||
|
|
||||||
NAME
|
|
||||||
----
|
|
||||||
cdist-bin-transfer - Transfer binaries to the target
|
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
|
||||||
--------
|
|
||||||
cdist-deploy-to HOSTNAME REMOTE_DIR
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
|
||||||
-----------
|
|
||||||
cdist-bin-transfer copies all cdist binaries to the given host HOSTNAME
|
|
||||||
into the given directory REMOTE_DIR. These binaries will be used in
|
|
||||||
further stages to retrieve information or apply configurations.
|
|
||||||
|
|
||||||
SEE ALSO
|
|
||||||
--------
|
|
||||||
cdist(7)
|
|
||||||
|
|
||||||
|
|
||||||
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).
|
|
Loading…
Reference in a new issue