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
This commit is contained in:
parent
0004d26ce0
commit
b583f4f0b3
@ -4,7 +4,7 @@ class meetbot {
|
||||
vcsrepo { '/opt/meetbot':
|
||||
ensure => latest,
|
||||
provider => git,
|
||||
source => 'https://github.com/openstack-infra/meetbot.git',
|
||||
source => 'https://git.openstack.org/openstack-infra/meetbot',
|
||||
}
|
||||
|
||||
user { 'meetbot':
|
||||
|
Loading…
x
Reference in New Issue
Block a user