Skip to content

Commit

Permalink
Fixed yum and apt repo locations used by chef in devcloud4
Browse files Browse the repository at this point in the history
The testing repos seem to be gone, change to upstream

This closes apache#323

Signed-off-by: Erik Weber <[email protected]>
  • Loading branch information
landro authored and terbolous committed May 28, 2015
1 parent f2d056e commit 161cc19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"xenserver": "http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2"
},
"configuration": "/vagrant/marvin.cfg.erb",
"yum_repo": "http://packages.shapeblue.com/cloudstack/testing/centos/4.5/",
"apt_repo": "http://packages.shapeblue.com/cloudstack/testing/debian/4.5/",
"yum_repo": "http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/",
"apt_repo": "http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/",
"version": "4.5.0"
}
}

0 comments on commit 161cc19

Please sign in to comment.