From ba8de2716f55b0035fdd001f603fea3ccfc996d9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 6 Dec 2018 05:23:47 -0500 Subject: mark a couple todos --- bin/algo-config | 1 + manifests/mail.pp | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf