summaryrefslogtreecommitdiffstats
path: root/modules/conf
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 /modules/conf
parent5af66045cba333f81f5b7b0603aa6136c095381e (diff)
downloadpuppet-tozt-687fa4c800f9aee29c50e7e90c4ba3049182203b.tar.gz
puppet-tozt-687fa4c800f9aee29c50e7e90c4ba3049182203b.zip
github no longer supports git:// urls
Diffstat (limited to 'modules/conf')
-rw-r--r--modules/conf/manifests/user.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/manifests/user.pp b/modules/conf/manifests/user.pp
index 894f5e3..689b1b2 100644
--- a/modules/conf/manifests/user.pp
+++ b/modules/conf/manifests/user.pp
@@ -13,7 +13,7 @@ define conf::user($user=$name) {
}
exec { "git clone doy/conf for $user":
- command => "/usr/bin/git clone git://github.com/doy/conf",
+ command => "/usr/bin/git clone https://github.com/doy/conf",
user => $user,
cwd => $home,
creates => "$home/conf",