cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Go to file
Darko Poljak 6f28fc2db2 Fix ssh mux socket file error.
ssh ControlPath socket file needs to be unique for each host.
To avoid using ssh ControlPath option placeholders move socket file
to host's temp directory. Since each host has unique temp
directory then, although file name for socket file is fixed, its path
is unique.
2016-07-23 16:13:59 +02:00
bin Add scripts/cdist to pep8 check. 2016-07-23 15:10:32 +02:00
cdist Fix ssh mux socket file error. 2016-07-23 16:13:59 +02:00
completions Implement bash and zsh completions. 2016-06-07 13:44:35 +02:00
docs Improve and fix reference doc and cdist man page. 2016-07-20 08:16:58 +02:00
other Write sphinx rst docs. 2016-05-22 17:16:03 +02:00
scripts Fix ssh mux socket file error. 2016-07-23 16:13:59 +02:00
.gitignore Ignore packages and signature files. 2016-07-15 22:50:00 +02:00
MANIFEST.in add package data info 2012-10-29 22:18:32 +01:00
Makefile Add pep8 target. 2016-07-23 16:00:07 +02:00
PKGBUILD.in remove freecode support 2014-08-18 23:39:32 +02:00
README begin to split off readme 2012-11-01 10:45:39 +01:00
setup.py pep8 for setup and sphinx conf py files. 2016-07-10 11:09:09 +02:00

README

cdist
-----

cdist is a usable configuration management system.

For the web documentation have a look at docs/web/.