summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bootstrap2
-rwxr-xr-xbin/sync-secrets2
2 files changed, 2 insertions, 2 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