From d0551caf670c05a7c23984f6f54038d890fb7f50 Mon Sep 17 00:00:00 2001 From: Christopher Aedo Date: Sun, 6 Sep 2015 10:56:20 -0700 Subject: [PATCH] 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 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index b5f702c..92a296e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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'], ]