cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Go to file
lubo 22d570ae60 Rewrite __letsencrypt_cert type
This commit adds the following features:

 * Ability to expand existing certificate
 * Ability to manage object state
 * Ability to obtain test certificate
 * Ability to promote test certificate to production
 * Ability to specify custom certificate name
 * Ability to specify multiple domains per certificate
 * Ability to use Certbot in standalone mode
 * Messaging

This commit also introduces the following behavioral changes:

 * Attempt to install Certbot only when it is not installed
   already
 * Installation of the cron job has to be enabled using
   `--automatic-renewal` parameter

**Note:** Object ID is now treated as certificate name and new
required parameter `--domain` was added.
2018-05-08 10:49:49 +02:00
bin Add test-remote target - remote is not tested with test target 2018-03-09 10:00:14 +01:00
cdist Rewrite __letsencrypt_cert type 2018-05-08 10:49:49 +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 ++changelog 2018-05-02 08:35:12 +02:00
hacking begin to import bin/libs 2015-05-20 14:04:34 +02:00
other Write sphinx rst docs. 2016-05-22 17:16:03 +02:00
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
MANIFEST.in add package data info 2012-10-29 22:18:32 +01:00
Makefile Add test-remote target - remote is not tested with test target 2018-03-09 10:00:14 +01: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 Revert "cant depend on build-helper to have cdist.version module" 2017-02-16 23:38:24 +01:00

README

cdist
-----

cdist is a usable configuration management system.

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