From 687fa4c800f9aee29c50e7e90c4ba3049182203b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 19 Mar 2022 15:05:37 -0400 Subject: github no longer supports git:// urls --- bin/helpers/functions.sh | 2 +- bin/helpers/launch-partofme | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/helpers/functions.sh b/bin/helpers/functions.sh index 9ca8591..1fcb753 100644 --- a/bin/helpers/functions.sh +++ b/bin/helpers/functions.sh @@ -1,7 +1,7 @@ #!/bin/sh conf_location="/usr/local/share/puppet-tozt" -conf_repo="git://github.com/doy/puppet-tozt" +conf_repo="https://github.com/doy/puppet-tozt" create_droplet() { _name="$1" diff --git a/bin/helpers/launch-partofme b/bin/helpers/launch-partofme index 4ff7004..b3c9802 100755 --- a/bin/helpers/launch-partofme +++ b/bin/helpers/launch-partofme @@ -4,7 +4,7 @@ set -o pipefail host="${1:-partofme}" conf_location="/usr/local/share/puppet-tozt" -conf_repo="git://github.com/doy/puppet-tozt" +conf_repo="https://github.com/doy/puppet-tozt" ssh_opts="-o ControlMaster=auto -o ControlPath=~/.ssh/puppet-tozt-%r-%h-%p -o ControlPersist=5" -- cgit v1.2.3-54-g00ecf