From b9d8b7e19dbf72a7c358b65d13b918ba7d98a4e8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Oct 2018 01:09:28 -0400 Subject: fix up a couple more references --- bin/bootstrap | 2 +- bin/sync-secrets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf