about summary refs log tree commit diff
path: root/bundles/cal/items.py
blob: 768857b6908dc107dc01aeacc2df94d7de8a7b89 (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': "robert",
        'group': "robert",
    },
}
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"},
    },
}