summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-22 22:32:39 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-22 22:32:39 -0400
commit74bf1e2f2114c46a8dbfce08836589119d128e08 (patch)
treecb8603e9e0c035bbec9dfc580a4ea07da38a96fc /bin
parenta9085bd232ffcc8a6564027434de506a5908d11d (diff)
downloadpuppet-tozt-74bf1e2f2114c46a8dbfce08836589119d128e08.tar.gz
puppet-tozt-74bf1e2f2114c46a8dbfce08836589119d128e08.zip
rate limits
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/launch-mail2
-rwxr-xr-xbin/secrets2
2 files changed, 2 insertions, 2 deletions
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