From 577945897309a857094e37e13d6a7e25f99a8a7b Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 22 Feb 2019 10:23:57 -0700 Subject: [PATCH] Add git_resource to replace vcsrepo vcsrepo is not an apache friendly license so we need to look into possibly switching it out. This change pulls in git_resource which is a module that provides similar functionality. Change-Id: If0af323ec9211df06f5de33f0ef7dfe84f64f4c2 --- Puppetfile | 4 ++++ external_modules.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/Puppetfile b/Puppetfile index ba33cc967..efb54ff33 100644 --- a/Puppetfile +++ b/Puppetfile @@ -214,6 +214,10 @@ mod 'vcsrepo', :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo', :ref => '2.4.0' +mod 'git_resource', + :git => 'https://github.com/voxpupuli/puppet-git_resource', + :ref => 'v1.0.2' + mod 'xinetd', :git => 'https://github.com/puppetlabs/puppetlabs-xinetd', :ref => '3.1.0' diff --git a/external_modules.txt b/external_modules.txt index 9487337b2..7b75dced0 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -14,6 +14,7 @@ puppetlabs/puppetlabs-rabbitmq puppetlabs/puppetlabs-rsync puppetlabs/puppetlabs-stdlib puppetlabs/puppetlabs-vcsrepo +voxpupuli/puppet-git_resource puppetlabs/puppetlabs-xinetd saz/puppet-memcached voxpupuli/puppet-python