From 6303bc4b35759c1b1b1856bf1e4e96760dfcde3e Mon Sep 17 00:00:00 2001 From: LinuxSquare <7436714-OfficialLinuxSquare@users.noreply.gitlab.com> Date: Fri, 27 Oct 2023 16:55:59 +0200 Subject: [PATCH] add podman pillars --- podman/init.sls | 3 +++ top.sls | 1 + 2 files changed, 4 insertions(+) create mode 100644 podman/init.sls diff --git a/podman/init.sls b/podman/init.sls new file mode 100644 index 0000000..347f6e4 --- /dev/null +++ b/podman/init.sls @@ -0,0 +1,3 @@ +podman:containers:mariadb:rootpwd: tbd +podman:containers:mariadb:user: tbd +podman:containers:mariadb:userpwd: tbd diff --git a/top.sls b/top.sls index 92fbca5..be75549 100644 --- a/top.sls +++ b/top.sls @@ -1,3 +1,4 @@ base: '*': - system + - podman