From 546dd8514a3d03141b5f0b88aaa17c88039c102d Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 13 Aug 2017 18:32:52 -0700 Subject: [PATCH] Updated vcsrepo --- puppet/production/Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/production/Puppetfile b/puppet/production/Puppetfile index 69a84c9..c493322 100644 --- a/puppet/production/Puppetfile +++ b/puppet/production/Puppetfile @@ -6,7 +6,7 @@ forge 'http://forge.puppetlabs.com' moduledir "#{File.dirname(File.dirname(File.dirname(__FILE__)))}/vendor/puppet_modules" # rubocop:enable Metrics/LineLength -mod 'puppetlabs-vcsrepo', '1.5.0' +mod 'puppetlabs-vcsrepo', '2.0.0' mod 'thekevjames-homebrew', git: 'https://github.com/genebean/puppet-homebrew.git', branch: 'non-root-and-bundler'