adding new vcsrepo

This commit is contained in:
2013-07-16 10:50:30 -04:00
parent 5ff96a078b
commit 266b0722f1
49 changed files with 2262 additions and 0 deletions

5
modules/vcsrepo/Gemfile Normal file
View File

@@ -0,0 +1,5 @@
source 'https://rubygems.org'
gem 'rake', '~> 0.8.7'
gem 'rspec', '~> 1.3'
gem 'mocha', '~> 0.12.9', :require => false
gem 'puppet', '~> 2.7'