mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Add dns_config method to provider base
This commit is contained in:
parent
6f3d853271
commit
268ff9f981
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@ module Vmpooler
|
|||
nil
|
||||
end
|
||||
|
||||
def dns_config(dns_config_name)
|
||||
return Vmpooler::Dns.get_dns_plugin_domain_by_name(@config, dns_config_name)
|
||||
end
|
||||
|
||||
# returns
|
||||
# [Hashtable] : The entire VMPooler configuration
|
||||
def global_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue