diff --git a/lib/vmpooler/providers/base.rb b/lib/vmpooler/providers/base.rb index 1147aa8..b81e96a 100644 --- a/lib/vmpooler/providers/base.rb +++ b/lib/vmpooler/providers/base.rb @@ -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