about summary refs log tree commit diff
path: root/bundles/geopulse/metadata.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bundles/geopulse/metadata.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundles/geopulse/metadata.py b/bundles/geopulse/metadata.py
new file mode 100644
index 0000000..21a55f6
--- /dev/null
+++ b/bundles/geopulse/metadata.py
@@ -0,0 +1,13 @@
+defaults = {
+    "backup": {
+        "includes": {
+            "/var/lib/geopulse",
+        }
+    },
+    "containers": {
+        "geopulse": {
+            "version": "1.3.0",
+        },
+    },
+    "metrics": {"geopulse": {}},
+}