about summary refs log tree commit diff
path: root/bundles/geopulse/metadata.py
blob: c683859b5e533729f6b161a736a9b03656ec0465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
defaults = {
    "backup": {
        "includes": {
            "/var/lib/geopulse",
        }
    },
    "containers": {
        "geopulse": {
            "version": "1.28.1",
        },
    },
    "metrics": {"geopulse": {}},
}