From c517b166b687a7fafec067f76c5eafab4a38420f Mon Sep 17 00:00:00 2001 From: = Date: Thu, 30 Mar 2023 09:41:41 +0200 Subject: [PATCH] added loki --- podman/loki.sls | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 podman/loki.sls diff --git a/podman/loki.sls b/podman/loki.sls new file mode 100644 index 0000000..8f3aa16 --- /dev/null +++ b/podman/loki.sls @@ -0,0 +1,4 @@ +{% from 'lib.sls' import container_deploy with context %} + +{{ container_deploy('loki') }} +