cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
Go to file
uqam-fob fc8dded8e9 __line: Support regex beginning with an hyphen (fixes #607) (#608)
If `regex` begins with an hyphen, `grep` treats it as an option
and treats `file` as the regular expression. This leads to `grep`
trying to read from the standard input and making it wait infinitely.

This patch adds the missing argument breaker `--` and allows
`regex` to begin with an hyphen (provided it is called correctly).
2017-12-29 17:09:06 +01:00
bin Improve pep8 targets and checking in release. 2016-07-24 22:24:15 +02:00
cdist __line: Support regex beginning with an hyphen (fixes #607) (#608) 2017-12-29 17:09:06 +01: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 2017-12-12 08:50:25 +01: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
.gitignore Merge inventory from beta branch. 2017-07-20 22:04:44 +02:00
Makefile Install using distutils from cloned repo. 2017-08-28 18:01:00 +02:00
MANIFEST.in add package data info 2012-10-29 22:18:32 +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

cdist
-----

cdist is a usable configuration management system.

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