promote develop to master #6
@ -24,8 +24,8 @@ class profiles::dns::base (
|
||||
|
||||
# include resolvconf class
|
||||
class { 'profiles::dns::resolvconf':
|
||||
nameservers => $nameserver_array,
|
||||
search_domains => $search_array,
|
||||
nameservers => sort($nameserver_array),
|
||||
search_domains => sort($search_array),
|
||||
}
|
||||
|
||||
# export dns records for client
|
||||
|
||||
Loading…
Reference in New Issue
Block a user