cdist configuration management Latest manual: https://www.cdi.st/manual/latest/ Home page: https://www.cdi.st
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Nico Schottelius 9195c9b8e8 Remove ugly argumentparser bug
Before:

[21:09] bento:~% cdist
Traceback (most recent call last):
  File "/home/users/nico/p/cdist/cdist/bin/../scripts/cdist", line 232, in <module>
    commandline()
  File "/home/users/nico/p/cdist/cdist/bin/../scripts/cdist", line 106, in commandline
    args.func(args)
AttributeError: 'Namespace' object has no attribute 'func'

After:

[21:11] bento:~% cdist
usage: cdist [-h] [-d] [-v] [-V] {banner,config} ...

cdist 2.1.1-48-gfd72c60

optional arguments:
  -h, --help       show this help message and exit
  -d, --debug      Set log level to debug
  -v, --verbose    Set log level to info, be more verbose
  -V, --version    Show version

Commands:
  {banner,config}

Get cdist at http://www.nico.schottelius.org/software/cdist/
[21:11] bento:~%

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
10 years ago
bin Export PYTHONPATH so it's available for the emulator 11 years ago
cdist begin to fix syntax errors of merge 10 years ago
docs (xtaran && lintian)++ 10 years ago
other Archive __autofs types (fixes #116) 11 years ago
scripts Remove ugly argumentparser bug 10 years ago
.gitignore build -> build-helper 10 years ago
.version begin restructering for python package 11 years ago
MANIFEST.in add package data info 11 years ago
Makefile more stuff in the makefile 10 years ago
PKGBUILD.in remove obsolete move 11 years ago
README begin to split off readme 11 years ago
build-helper more stuff in the makefile 10 years ago
setup.py include cdist from the scripts/ directory for shipping 11 years ago

README

cdist
-----

cdist is a usable configuration management system.

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