summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
-rwxr-xr-xsync-secrets2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 537efc5..bd7929f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,7 @@
set -eux
set -o pipefail
-host="$1"
+host="${1:-new.tozt.net}"
conf_location="/usr/local/share/puppet-tozt"
conf_repo="git://github.com/doy/puppet-tozt"
diff --git a/sync-secrets b/sync-secrets
index 7e1d3fd..4e5c029 100755
--- a/sync-secrets
+++ b/sync-secrets
@@ -2,6 +2,6 @@
set -eux
set -o pipefail
-host="$1"
+host="${1:-new.tozt.net}"
rsync -avz /mnt/puppet/. root@"$host":/usr/local/share/puppet-tozt/modules/secret/files