summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-22 20:03:12 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-22 20:03:12 -0400
commit8d3d4e45e27f9b8d12fcc6139cbec959cfc3aedc (patch)
tree90977c89c9dec2f4cd45fabaea379980d39d2082 /manifests
parent151ba4b71bc5ea7b79c39a3008ae5b1f7c9cd136 (diff)
downloadpuppet-tozt-8d3d4e45e27f9b8d12fcc6139cbec959cfc3aedc.tar.gz
puppet-tozt-8d3d4e45e27f9b8d12fcc6139cbec959cfc3aedc.zip
use podman for mailu too
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 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)
";
}