From 6ab58ae0920e6c45fa4f6a36187440e992f6e5b3 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 12 Aug 2012 00:53:33 -0400 Subject: [PATCH] Update to fixed version of vcsrepo. Fixes 1034386 Change-Id: I0f8fad7e1ce21608bc3d68191ff53580b362b2d6 Reviewed-on: https://review.openstack.org/11231 Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- install_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_modules.sh b/install_modules.sh index c31f5477c5..8e0080f74a 100644 --- a/install_modules.sh +++ b/install_modules.sh @@ -37,7 +37,7 @@ for MOD in $MODULES ; do done # Install vcsrepo from git -clone_git git://github.com/puppetlabs/puppetlabs-vcsrepo.git vcsrepo f3acccdf +clone_git git://github.com/emonty/puppetlabs-vcsrepo.git vcsrepo 44eb9ad8 # Fix a problem with the released verison of the dashboard module if grep scope.lookupvar ${MODULE_PATH}/dashboard/templates/passenger-vhost.erb | grep dashboard_port >/dev/null 2>&1 ; then