Pretty print obtained hosts and add init host manager functions

This commit is contained in:
Brian Cain 2014-11-12 22:26:31 -08:00
parent f40291706a
commit 12ee91df3e
4 changed files with 43 additions and 7 deletions

View file

@ -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