mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Update CLI options
This commit is contained in:
parent
99b03e2994
commit
51193ab4a6
4 changed files with 55 additions and 14 deletions
|
|
@ -1 +1,16 @@
|
|||
require 'vmfloaty/cli'
|
||||
|
||||
class Vmfloaty
|
||||
|
||||
def initialize(env)
|
||||
@vmpooler_url = env['VMPOOLER_URL']
|
||||
|
||||
unless @vmpooler_url
|
||||
@vmpooler_url = 'http://vcloud.delivery.puppetlabs.net/vm'
|
||||
end
|
||||
end
|
||||
|
||||
def start
|
||||
CLI.start(ARGV)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue