This file is indexed.

/usr/share/doc/cdist/html/_sources/cdist-features.txt is in cdist-doc 4.4.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
Features
========

But cdist ticks differently, here is the feature set that makes it unique:

Simplicity
    There is only one type to extend cdist called **type**

Design
    + Type and core cleanly separated
    + Sticks completly to the KISS (keep it simple and stupid) paradigma
    + Meaningful error messages - do not lose time debugging error messages
    + Consistency in behaviour, naming and documentation
    + No surprise factor: Only do what is obviously clear, no magic
    + Define target state, do not focus on methods or scripts
    + Push architecture: Instantly apply your changes

Small core
    cdist's core is very small - less code, less bugs

Fast development
    Focus on straightforwardness of type creation is a main development objective
    Batteries included: A lot of requirements can be solved using standard types

Modern Programming Language
    cdist is written in Python

Requirements, Scalability
    No central server needed, cdist operates in push mode and can be run from any computer

Requirements, Scalability, Upgrade
    cdist only needs to be updated on the master, not on the target hosts

Requirements, Security
    Uses well-know `SSH <http://www.openssh.com/>`_ as transport protocol

Requirements, Simplicity
    Requires only shell and SSH server on the target

UNIX
    Reuse of existing tools like cat, find, mv, ...

UNIX, familar environment, documentation
    Is available as manpages and HTML

UNIX, simplicity, familar environment
    cdist is configured in POSIX shell