mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
when set the parameter overrides the container.command that defaults to the entrypoint Updated the test-all-providers Dockerfile to match prod file Updated test-all-providers Gemfile to import the new ec2 provider
7 lines
436 B
Ruby
7 lines
436 B
Ruby
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
|
|
|
|
gem 'vmpooler', git: 'https://github.com/puppetlabs/vmpooler.git'
|
|
gem 'vmpooler-provider-ec2', git: 'https://github.com/puppetlabs/vmpooler-provider-ec2.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'
|
|
|