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'