summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 6b84b51..727846a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,8 +3,8 @@ set -eux
set -o pipefail
host="$1"
-conf_location="/usr/local/share/bootstrap-tozt"
-conf_repo="git://github.com/doy/bootstrap-tozt"
+conf_location="/usr/local/share/puppet-tozt"
+conf_repo="git://github.com/doy/puppet-tozt"
remote() {
ssh root@$host "$@"