begin to write cdist-best-practise
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b41c1f7649
commit
e163a2baec
3 changed files with 29 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -19,8 +19,9 @@ MANDIR=doc/man
|
|||
MANGENERATED=$(MANDIR)/cdist-reference.text
|
||||
|
||||
MANSRC=$(MANDIR)/cdist.text \
|
||||
$(MANDIR)/cdist-code-run-all.text \
|
||||
$(MANDIR)/cdist-best-practise.text \
|
||||
$(MANDIR)/cdist-code-run.text \
|
||||
$(MANDIR)/cdist-code-run-all.text \
|
||||
$(MANDIR)/cdist-config.text \
|
||||
$(MANDIR)/cdist-dir.text \
|
||||
$(MANDIR)/cdist-env.text \
|
||||
|
@ -29,8 +30,8 @@ MANSRC=$(MANDIR)/cdist.text \
|
|||
$(MANDIR)/cdist-explorer.text \
|
||||
$(MANDIR)/cdist-manifest.text \
|
||||
$(MANDIR)/cdist-manifest-run.text \
|
||||
$(MANDIR)/cdist-manifest-run-init.text \
|
||||
$(MANDIR)/cdist-manifest-run-all.text \
|
||||
$(MANDIR)/cdist-manifest-run-init.text \
|
||||
$(MANDIR)/cdist-object-explorer-all.text \
|
||||
$(MANDIR)/cdist-object-gencode.text \
|
||||
$(MANDIR)/cdist-object-gencode-all.text \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Further Documentation: (probably cdist-best-practises?)
|
||||
- Describe Multi master setups
|
||||
- use ssh with master socket?
|
||||
Write cdist-best-practise:
|
||||
- Multi master setups
|
||||
- ssh with master socket?
|
||||
- saves connection delay for new connections: -M
|
||||
- hint: http://protempore.net/~calvins/howto/ssh-connection-sharing/
|
||||
- Different environments (production, integration, development)
|
||||
|
|
23
doc/man/cdist-best-practise.text
Normal file
23
doc/man/cdist-best-practise.text
Normal file
|
@ -0,0 +1,23 @@
|
|||
cdist-best-practise(1)
|
||||
======================
|
||||
Nico Schottelius <nico-cdist--@--schottelius.org>
|
||||
|
||||
NAME
|
||||
----
|
||||
cdist-best-practise - Practises used in real environments
|
||||
|
||||
|
||||
TOPIC1
|
||||
------
|
||||
|
||||
|
||||
|
||||
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