about summary refs log tree commit diff
path: root/bundles/gzr-im/items.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/gzr-im/items.py')
-rw-r--r--bundles/gzr-im/items.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/gzr-im/items.py b/bundles/gzr-im/items.py
new file mode 100644
index 0000000..1639559
--- /dev/null
+++ b/bundles/gzr-im/items.py
@@ -0,0 +1,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",
+    },
+}