summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-22 20:37:21 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-22 20:37:21 -0400
commit3257e44002cd62097c70a80368fb0228f0f86809 (patch)
treec365c0c834b04dd10bb0f00cfbd8655af1b8551f /manifests
parent3e8ef151e6b1420cbfba304bd71e1116c38e7268 (diff)
downloadpuppet-tozt-3257e44002cd62097c70a80368fb0228f0f86809.tar.gz
puppet-tozt-3257e44002cd62097c70a80368fb0228f0f86809.zip
switch back to docker
podman-compose doesn't handle networking properly yet (https://github.com/containers/podman-compose/issues/119)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mail.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 5a49456..15063cf 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 podman-compose pull -q)
+ (cd /media/persistent && sudo docker-compose pull -q)
";
}