Skip to content

Commit

Permalink
Merge pull request #54 from puppetlabs/add-ec2-provider
Browse files Browse the repository at this point in the history
(maint) Add the ec2 provider to our prod-all-providers Gemfile
  • Loading branch information
suckatrash authored Aug 2, 2022
2 parents 229b926 + 9cd9505 commit fbc80f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/prod-all-providers/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
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'
gem 'vmpooler-provider-gce', '~> 0.3'

0 comments on commit fbc80f5

Please sign in to comment.