mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Pretty print obtained hosts and add init host manager functions
This commit is contained in:
parent
f40291706a
commit
12ee91df3e
4 changed files with 43 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ class Vmfloaty
|
|||
def initialize(env)
|
||||
$vmpooler_url = env['VMPOOLER_URL']
|
||||
|
||||
unless @vmpooler_url
|
||||
unless $vmpooler_url
|
||||
$vmpooler_url = 'http://vcloud.delivery.puppetlabs.net'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue