From 12bf3cc5c10b6e5ecd2001d1ac1721ac755aa8a1 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Fri, 12 Jun 2015 16:36:28 -0700 Subject: [PATCH] Load in nanliu/git module Vcsrepo has some problems, largely due to the 'be everything for everyone' attitude. We have our own untested an unmaintained fork. What we really want is a well written type and provider for git. That is this module. Change-Id: I91b7e35ef5e66c3538fd987d3857ec1af455beb1 --- modules.env | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.env b/modules.env index 46a2418dbd..2cd45036d3 100644 --- a/modules.env +++ b/modules.env @@ -37,6 +37,7 @@ SOURCE_MODULES["https://git.openstack.org/openstack-infra/puppet-vcsrepo"]="0.0.8" SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.2.4" SOURCE_MODULES["https://github.com/maestrodev/puppet-wget"]="v1.6.0" +SOURCE_MODULES["https://github.com/nanliu/puppet-git"]="0.1.0" SOURCE_MODULES["https://github.com/nanliu/puppet-staging"]="1.0.0" SOURCE_MODULES["https://github.com/puppet-community/puppet-alternatives"]="0.3.0" SOURCE_MODULES["https://github.com/puppet-community/puppet-archive"]="0.3.0"