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 --- modules/conf/manifests/user.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/conf') 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", -- cgit v1.2.3-54-g00ecf