File: 2012-10-29.installed_paths

package info (click to toggle)
cdist 7.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,992 kB
  • sloc: sh: 16,815; python: 9,199; makefile: 344; awk: 261
file content (34 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (6)
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

Installed paths: (read first)
    os.path.dirname(cdist.__file__)

    /conf/explorer
    /conf/type

User paths: (read after, overwrite)?

    $HOME/.cdist

    /explorer
    /type

    /manifest

    /cache

Additional paths:

    CDIST_EXPLORER_EXTRA_PATH=...
    CDIST_TYPE_EXTRA_PATH=...

    or

    -c dir -c dir2 -c ... => 
        add types and explorer from those directories
        last one wins?
            because they can only be appended to existing "$PATH"

Open questions:

    - How to tell types to use global explorer?
    - How to tell types to find other types?