mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
This will reduce the number of files that need to be managed and dependencies that need updated at the same time.
12 lines
740 B
Ruby
12 lines
740 B
Ruby
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
|
|
|
gem 'vmpooler', '~> 2.4'
|
|
gem 'vmpooler-provider-ec2', '~> 0.0.1'
|
|
gem 'vmpooler-provider-gce', '~> 0.4'
|
|
gem 'vmpooler-provider-vsphere', '~> 1.6'
|
|
|
|
# For development install via a git branch use something like:
|
|
# gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git', branch: 'my-feature'
|
|
# gem 'vmpooler-provider-ec2', git: 'https://github.com/puppetlabs/vmpooler-provider-ec2.git', branch: 'my-feature'
|
|
# gem 'vmpooler-provider-gce', git: 'https://github.com/puppetlabs/vmpooler-provider-gce.git', branch: 'my-feature'
|
|
# gem 'vmpooler-provider-vsphere', git: 'https://github.com/puppetlabs/vmpooler-provider-vsphere.git', branch: 'my-feature'
|