[bind] Sort zones
parent
6555d1bb75
commit
4e8eec6f22
roles/bind-authoritative/templates/bind
|
@ -51,7 +51,7 @@ zone "_acme-challenge.crans.org" {
|
|||
};
|
||||
|
||||
// Crans zones
|
||||
{% for zone in bind.zones %}
|
||||
{% for zone in bind.zones|sort %}
|
||||
zone "{{ zone }}" {
|
||||
{% if is_master -%}
|
||||
type master;
|
||||
|
|
Loading…
Reference in New Issue