diskplan-config 0.1.0

A library component for the configuration of Diskplan
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Root directory configuration
# ...
:let emptyfile = /dev/null

# Sub-directory
sub-directory/

    # Variable directory...
    $variable/
        # ...whose name must match this pattern...
        :match [A-Z][a-z]*

        # ...will then create this
        inner-directory/

    # An empty file
    blank_file
        :source ${emptyfile}