From 8d3d4e45e27f9b8d12fcc6139cbec959cfc3aedc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 22 Jul 2021 20:03:12 -0400 Subject: use podman for mailu too --- manifests/mail.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/mail.pp b/manifests/mail.pp index 15063cf..5a49456 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -5,7 +5,7 @@ node 'mail', 'mail.localdomain' { class { 'base': extra_script => " - (cd /media/persistent && sudo docker-compose pull -q) + (cd /media/persistent && sudo podman-compose pull -q) "; } -- cgit v1.2.3-54-g00ecf