summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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"