summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/algo-config1
-rw-r--r--manifests/mail.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/algo-config b/bin/algo-config
index dbd8781..80a8e29 100755
--- a/bin/algo-config
+++ b/bin/algo-config
@@ -34,6 +34,7 @@ $secrets_bin sync partofme
# mail
sed 's|^AllowedIPs.*|AllowedIPs = 10.19.49.0/24, fd9d:bc11:4021::/48, 172.16.0.1/32|' "$config_path/mail.conf" > "$config_path/mail-not-captive.conf"
+# XXX
# scp "$config_path/mail-not-captive.conf" root@newsmtp.tozt.net:/etc/wireguard/algo.conf
cp "$config_path/mail-not-captive.conf" /mnt/puppet/mail/wireguard
$secrets_bin sync mail
diff --git a/manifests/mail.pp b/manifests/mail.pp
index d91d47e..d47c328 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -5,6 +5,7 @@ node 'mail', 'mail.localdomain' {
include base
+ # XXX
# include mail::backups
include mail::mailu
include mail::operatingsystem