File: control

package info (click to toggle)
cdist 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,960 kB
  • sloc: sh: 8,196; python: 4,013; makefile: 338
file content (59 lines) | stat: -rw-r--r-- 2,008 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: cdist
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Section: admin
Priority: optional
Build-Conflicts: python-sphinx
Build-Depends: debhelper (>= 9),
 dh-python,
 dh-linktree,
 python3,
 python3-all,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 bash-completion
Standards-Version: 3.9.8
Homepage: http://www.nico.schottelius.org/software/cdist/
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/cdist.git
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/cdist.git

Package: cdist
Architecture: all
Depends: python3 (>= 3.4), ${misc:Depends}, ${python3:Depends}
Suggests: cdist-doc
Description: Usable Configuration Management System
 cdist is a usable configuration management system.
 It adheres to the KISS principle and is being used in
 small up to enterprise grade environments. It has the
 following noteworthy features:
 .
  * shell scripting configuration language
  * access to all control structures (if, case, for, while)
  * idempotent target properties
  * zero-dependencies: target system need only /bin/sh and ssh
  * push-based distribution
  * highly-scalable
 .
 cdist is an alternative to other configuration management systems
 like cfengine, bcfg2, chef and puppet.

Package: cdist-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Usable Configuration Management System (html documentation)
 cdist is a usable configuration management system.
 It adheres to the KISS principle and is being used in
 small up to enterprise grade environments. It has the
 following noteworthy features:
 .
  * shell scripting configuration language
  * access to all control structures (if, case, for, while)
  * idempotent target properties
  * zero-dependencies: target system need only /bin/sh and ssh
  * push-based distribution
  * highly-scalable
 .
 cdist is an alternative to other configuration management systems
 like cfengine, bcfg2, chef and puppet.
 .
 This package contains Sphinx-generated html documentation.