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