summaryrefslogtreecommitdiffstats
path: root/bin/helpers/launch-mail
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-24 02:07:29 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-24 02:07:29 -0400
commit0f9f21c0f34395e35ba67eab5a36addf58b51495 (patch)
treebed79c56f6bdaba6f126d5fb129216749c069314 /bin/helpers/launch-mail
parentf555b450ca61449695302cea97a3842ee4caf756 (diff)
downloadpuppet-tozt-0f9f21c0f34395e35ba67eab5a36addf58b51495.tar.gz
puppet-tozt-0f9f21c0f34395e35ba67eab5a36addf58b51495.zip
use hostnames for droplet names
this is how you convince digitalocean to set up proper reverse dns
Diffstat (limited to 'bin/helpers/launch-mail')
-rwxr-xr-xbin/helpers/launch-mail2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/helpers/launch-mail b/bin/helpers/launch-mail
index bdc541e..a3e748e 100755
--- a/bin/helpers/launch-mail
+++ b/bin/helpers/launch-mail
@@ -5,7 +5,7 @@ set -o pipefail
# shellcheck source=functions.sh
. "$(dirname "$0")/functions.sh"
-create_droplet mail s-1vcpu-2gb 5e4d8c7b-f840-11e8-b59e-0a58ac1467fb
+create_droplet mail.tozt.net s-1vcpu-2gb 5e4d8c7b-f840-11e8-b59e-0a58ac1467fb
echo "Creating DNS entry for $ip..."
record_id=$(doctl \