summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-03-19 15:05:37 -0400
committerJesse Luehrs <doy@tozt.net>2022-03-19 15:05:37 -0400
commit687fa4c800f9aee29c50e7e90c4ba3049182203b (patch)
tree8ee46a74591a14958700c5de97bb2aae3563dff1 /bin
parent5af66045cba333f81f5b7b0603aa6136c095381e (diff)
downloadpuppet-tozt-687fa4c800f9aee29c50e7e90c4ba3049182203b.tar.gz
puppet-tozt-687fa4c800f9aee29c50e7e90c4ba3049182203b.zip
github no longer supports git:// urls
Diffstat (limited to 'bin')
-rw-r--r--bin/helpers/functions.sh2
-rwxr-xr-xbin/helpers/launch-partofme2
2 files changed, 2 insertions, 2 deletions
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"