summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-23 01:03:14 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-23 01:04:00 -0400
commit1806c7e4ff47e1c6ba67e8567666adc4f0d62e38 (patch)
tree5915618af4c24f304cb8fbbc1dcfdc9785dd3d18 /bin/helpers
parent81e1e1638dec18224c0d345786a95011f5dcc491 (diff)
downloadpuppet-tozt-1806c7e4ff47e1c6ba67e8567666adc4f0d62e38.tar.gz
puppet-tozt-1806c7e4ff47e1c6ba67e8567666adc4f0d62e38.zip
use a lower ttl for now
and switch to a different test domain name to avoid waiting for the existing ttl
Diffstat (limited to 'bin/helpers')
-rwxr-xr-xbin/helpers/launch-mail4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/helpers/launch-mail b/bin/helpers/launch-mail
index 784e075..3a92702 100755
--- a/bin/helpers/launch-mail
+++ b/bin/helpers/launch-mail
@@ -35,9 +35,9 @@ doctl \
tozt.net \
--record-id "$record_id" \
--record-type A \
- --record-name newsmtp \
+ --record-name newsmtp2 \
--record-data "$ip" \
- --record-ttl 3600
+ --record-ttl 60
echo "Done creating DNS entry"
echo "Provisioning droplet..."