Explorar el Código

Fixed rndc key variable

tags/v3.0.1^0
Robin Thoni hace 5 años
padre
commit
cd463d6507
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bind/config/states/bind/rndc.conf

+ 1
- 1
bind/config/states/bind/rndc.conf Ver fichero

@@ -1,6 +1,6 @@
1 1
 key "rndc-key" {
2 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 6
 options {

Loading…
Cancelar
Guardar