mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-03-27 17:17:43 -04:00
6 lines
338 B
Ruby
6 lines
338 B
Ruby
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
|
|
|
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git'
|
|
gem 'vmpooler-provider-gce', git: 'https://github.com/puppetlabs/vmpooler-provider-gce.git'
|
|
gem 'vmpooler-provider-vsphere', git: 'https://github.com/puppetlabs/vmpooler-provider-vsphere.git'
|
|
|