mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
document the new provider configuration skip_dns_check_before_creating_vm
This commit is contained in:
parent
66eb598e4e
commit
dd375b20c3
5 changed files with 14 additions and 9 deletions
|
|
@ -371,7 +371,7 @@ module Vmpooler
|
|||
|
||||
# skip dns check if the provider is set to skip_dns_check_before_creating_vm
|
||||
provider = get_provider_for_pool(pool_name)
|
||||
if config[:providers] && config[:providers][provider.name.to_sym] && config[:providers][provider.name.to_sym]['skip_dns_check_before_creating_vm']
|
||||
if provider && provider.provider_config['skip_dns_check_before_creating_vm']
|
||||
dns_available = true
|
||||
else
|
||||
dns_ip, dns_available = check_dns_available(fqdn)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue