mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
(maint) Add the ec2 provider to our prod-all-providers Gemfile
this will allow to build a prod image that includes the ec2 code
This commit is contained in:
parent
229b926ef9
commit
9cd9505193
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'vmpooler', '~> 2.4'
|
gem 'vmpooler', '~> 2.4'
|
||||||
|
gem 'vmpooler-provider-ec2', '~> 0.0.1'
|
||||||
|
gem 'vmpooler-provider-gce', '~> 0.4'
|
||||||
gem 'vmpooler-provider-vsphere', '~> 1.6'
|
gem 'vmpooler-provider-vsphere', '~> 1.6'
|
||||||
gem 'vmpooler-provider-gce', '~> 0.3'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue