summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-15 01:09:28 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-15 01:09:28 -0400
commitb9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8 (patch)
tree0c5178a3e23b6dfbf1d4fa89ca31f258e757227f /bin
parent2ec1ca36dba4d603717c12dd734f1061fbcd41cd (diff)
downloadpuppet-tozt-b9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8.tar.gz
puppet-tozt-b9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8.zip
fix up a couple more references
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