summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 04:34:01 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 04:34:01 -0400
commit5d41dca1a49c50af77c356a6dac00d73efb28531 (patch)
tree37c9645cef429e07c7d00232fa3c70b680e3a381 /bootstrap
parentaa33e85e54d6567a2698b47e6281dd324e6dc4c2 (diff)
downloadpuppet-tozt-5d41dca1a49c50af77c356a6dac00d73efb28531.tar.gz
puppet-tozt-5d41dca1a49c50af77c356a6dac00d73efb28531.zip
default to the new dns name
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 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"