Browse Source

Fixed rndc key variable

tags/v3.0.1^0
Robin Thoni 5 years ago
parent
commit
cd463d6507
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bind/config/states/bind/rndc.conf

+ 1
- 1
bind/config/states/bind/rndc.conf View File

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 {

Loading…
Cancel
Save