summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bootstrap2
-rwxr-xr-xbin/sync-secrets2
-rwxr-xr-xmodules/certbot/files/bootstrap-certbot2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/bootstrap b/bin/bootstrap
index a1db482..7d8ab75 100755
--- a/bin/bootstrap
+++ b/bin/bootstrap
@@ -2,7 +2,7 @@
set -eux
set -o pipefail
-host="${1:-new.tozt.net}"
+host="${1:-tozt.net}"
conf_location="/usr/local/share/puppet-tozt"
conf_repo="git://github.com/doy/puppet-tozt"
diff --git a/bin/sync-secrets b/bin/sync-secrets
index e4e9592..2ebdd76 100755
--- a/bin/sync-secrets
+++ b/bin/sync-secrets
@@ -2,6 +2,6 @@
set -eux
set -o pipefail
-host="${1:-new.tozt.net}"
+host="${1:-tozt.net}"
rsync -avz --delete /mnt/puppet/. root@"$host":/usr/local/share/puppet-tozt/modules/secret/files
diff --git a/modules/certbot/files/bootstrap-certbot b/modules/certbot/files/bootstrap-certbot
index b5b634d..4ca256c 100755
--- a/modules/certbot/files/bootstrap-certbot
+++ b/modules/certbot/files/bootstrap-certbot
@@ -29,7 +29,7 @@ events {
http {
server {
listen 80 default;
- server_name new.tozt.net;
+ server_name tozt.net;
location / {
root /tmp;
}