cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Find a file
Matthias Stecher 5e6e17b3e5 Moved default parameter values from scripts to cdist parameter handling.
For more generalisation, the default parameter values are now handled by
cdist instead of trying to get a value and use a default if parameter is
not given.

It handles the default values in a more general way, instead of write
one default in (possibly) multiple places.
Problem occurred when checking the 'state' parameter, which required to
set a default value in two places.
2020-02-15 09:46:23 +01:00
bin Update build-helper 2020-01-04 14:56:05 +01:00
cdist Moved default parameter values from scripts to cdist parameter handling. 2020-02-15 09:46:23 +01:00
completions Implement preos 2019-09-20 07:15:37 +02:00
configuration
docs Update sphinx docs copyright year 2020-01-23 14:40:07 +01:00
hacking Add timing hack / test1 2019-10-18 19:45:19 +02:00
other
scripts Implement preos 2019-09-20 07:15:37 +02:00
.gitattributes
.gitignore Rm cdist-type prefix and man page ref from docs 2019-12-06 10:00:32 +01:00
.gitlab-ci.yml gitlab CI runner should have necessary tools 2019-12-02 12:35:43 +01:00
LICENSE Add LICENSE 2019-12-01 14:23:02 +01:00
Makefile Rm cdist-type prefix and man page ref from docs 2019-12-06 10:00:32 +01:00
MANIFEST.in
PKGBUILD.in
README
README-maintainers
setup.py Add pycodestyle ignores 2019-11-27 14:59:25 +01:00

cdist
-----

cdist is a usable configuration management system.

For the web documentation have a look at https://www.cdi.st/
or at docs/src for reStructuredText manual.