about summary refs log tree commit diff
path: root/bundles/cal/items.py
blob: 5836213e86e4bf5570dc12f5e361a238b4383703 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
directories = {
    "/var/lib/radicale/collections": {
        "owner": "1000",
        "group": "1000",
    },
}
files = {
    "/etc/deployments/cal/kube.yaml": {
        "triggers": {"svc_s6rc:cal:restart"},
    },
    "/etc/deployments/cal/secret.yaml": {
        "content_type": "mako",
        "mode": "0600",
        "triggers": {"svc_s6rc:cal:restart"},
    },
    "/etc/radicale/config": {
        "source": "radicale.conf",
        "triggers": {"svc_s6rc:cal:restart"},
    },
}