From c606f64c73cb9e85606d0ffab5d05e2ef3b7dd71 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Tue, 22 Sep 2015 16:16:09 -0700 Subject: [PATCH] Update RefStack repo name Since RefStack moved from stackforge to openstack, the repo name should reflect this change. Change-Id: I7c787c4f975295ff856d041f4cbe3eb1890e7619 --- manifests/api.pp | 2 +- manifests/app.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/api.pp b/manifests/api.pp index cd4a2fa..6a4a036 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -71,7 +71,7 @@ class refstack::api () { ensure => latest, provider => git, revision => 'master', - source => 'https://git.openstack.org/stackforge/refstack/', + source => 'https://git.openstack.org/openstack/refstack/', require => Package['git'] } diff --git a/manifests/app.pp b/manifests/app.pp index 2f08522..0bd523f 100644 --- a/manifests/app.pp +++ b/manifests/app.pp @@ -61,7 +61,7 @@ class refstack::app () { group => $group, provider => git, revision => 'master', - source => 'https://git.openstack.org/stackforge/refstack/', + source => 'https://git.openstack.org/openstack/refstack/', require => Package['git'] }