mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -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
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def dns_config(dns_config_name)
|
||||||
|
return Vmpooler::Dns.get_dns_plugin_domain_by_name(@config, dns_config_name)
|
||||||
|
end
|
||||||
|
|
||||||
# returns
|
# returns
|
||||||
# [Hashtable] : The entire VMPooler configuration
|
# [Hashtable] : The entire VMPooler configuration
|
||||||
def global_config
|
def global_config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue