Update RefStack repo name

Since RefStack moved from stackforge to openstack, the repo
name should reflect this change.

Change-Id: I7c787c4f975295ff856d041f4cbe3eb1890e7619
This commit is contained in:
Paul Van Eck 2015-09-22 16:16:09 -07:00
parent a9c5c27b85
commit c606f64c73
2 changed files with 2 additions and 2 deletions

View File

@ -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']
}

View File

@ -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']
}