about summary refs log tree commit diff
path: root/bundles/gzr-im/items.py
blob: 16395590c9abb5dbce1832bf42883e36c63ce308 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
directories = {
    "/var/www/gzr-im": {
        "mode": "0775",
        "group": "www-data",
        "owner": "webdeploy",
    },
}

files = {
    "/etc/traefik/gzr-im.yaml": {
        "content_type": "mako",
        "source": "traefik.yaml",
        "needs": {
            "bundle:traefik",
        },
    },
    "/etc/s6-rc/gzr-im.conf": {
        "content_type": "mako",
    },
}