Update source repo after rename

This commit updates the line specifying the
repository holding the contents for the
App Catalog web site, which is being moved
from stackforge to openstack.

Change-Id: Ib88c339eb176ecb17cce5ddedb02cf726d6983cf
Depends-On: Icad6f97112f91c528f80b887a5caa9fd8f6e5355
This commit is contained in:
Christopher Aedo 2015-09-06 10:56:20 -07:00
parent f8e7040a25
commit d0551caf67
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class apps_site (
ensure => latest,
provider => git,
revision => $commit,
source => 'https://git.openstack.org/stackforge/apps-catalog.git',
source => 'https://git.openstack.org/openstack/app-catalog.git',
require => [
Package['git'],
]