feat: sort nameserver/search_domains
- ensure the list doesnt change every puppet run
This commit is contained in:
parent
e5b3112189
commit
bb8bf202ac
@ -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