From e64e8193e347588c465f32205966ae9eea6c12bc Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 21 Jul 2013 21:08:11 -0700 Subject: [PATCH] Use cgit server instead of github for everything We have a cgit server now, which means we should replace all references to github with references to git.openstack.org. Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 6d9fc3b..ae0a623 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ # == Class: jeepyb # class jeepyb ( - $git_source_repo = 'https://github.com/openstack-infra/jeepyb.git', + $git_source_repo = 'https://git.openstack.org/openstack-infra/jeepyb', ) { include mysql::python