From 74bf1e2f2114c46a8dbfce08836589119d128e08 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 22 Oct 2018 22:32:39 -0400 Subject: rate limits --- bin/helpers/launch-mail | 2 +- bin/secrets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/helpers/launch-mail b/bin/helpers/launch-mail index 072ac79..b25c0a8 100755 --- a/bin/helpers/launch-mail +++ b/bin/helpers/launch-mail @@ -30,7 +30,7 @@ echo "Done assigning floating ip" echo "Provisioning droplet..." -host="${1:-newmail.tozt.net}" +host="${1:-newmail2.tozt.net}" conf_location="/usr/local/share/puppet-tozt" conf_repo="git://github.com/doy/puppet-tozt" diff --git a/bin/secrets b/bin/secrets index e8554fb..ea6c4d3 100755 --- a/bin/secrets +++ b/bin/secrets @@ -34,7 +34,7 @@ cmd_sync() { if [ "${host}" = "tozt" ]; then hostname=tozt.net elif [ "${host}" = "mail" ]; then - hostname=newmail.tozt.net + hostname=newmail2.tozt.net else echo "unknown host ${host}" >&2 exit 1 -- cgit v1.2.3-54-g00ecf