Przeglądaj źródła

Fixed rndc key variable

tags/v3.0.1^0
Robin Thoni 7 lat temu
rodzic
commit
cd463d6507
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      bind/config/states/bind/rndc.conf

+ 1
- 1
bind/config/states/bind/rndc.conf Wyświetl plik

1
 key "rndc-key" {
1
 key "rndc-key" {
2
         algorithm hmac-md5;
2
         algorithm hmac-md5;
3
-        secret "DNS_TSIG_KEY_RNDC_SECRET";
3
+        secret "{{ salt['pillar.get']("model:dns:tsig:keys:rndc") }}";
4
 };
4
 };
5
 
5
 
6
 options {
6
 options {

Ładowanie…
Anuluj
Zapisz