cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Find a file
dhivael c021cd15cd transfer all files of a directory at once
instead of calling the copy command once per file in a directory (eg a
type explorer dir), call the copy command only once with all files of
the directory.

batch copy saves 20% of dry-run time on my test manifest in sequential
mode, and 15% in parallel mode.
2018-09-22 17:35:32 +02:00
bin Add test-remote target - remote is not tested with test target 2018-03-09 10:00:14 +01:00
cdist transfer all files of a directory at once 2018-09-22 17:35:32 +02:00
completions Merge inventory from beta branch. 2017-07-20 22:04:44 +02:00
configuration Fix typo in conf_dir description: comma separated -> os.pathsep separated. 2017-09-19 13:52:49 +02:00
docs Add 'real world example' walkthrough docs chapter. 2018-09-14 10:53:16 +02:00
hacking
other
scripts Add -l/--log-level option. Honor __cdist_loglevel env var. (#572) 2017-09-09 21:17:29 +02:00
.gitattributes Add gitattributes: export-ignore entries. 2018-03-15 06:33:05 +01:00
.gitignore Add cdist.egg-info/ to gitignore 2018-01-06 17:19:27 +01:00
Makefile Add test-remote target - remote is not tested with test target 2018-03-09 10:00:14 +01:00
MANIFEST.in
PKGBUILD.in
README
setup.py

cdist
-----

cdist is a usable configuration management system.

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