dba1d2a5e1
This is necessary in ha because if we let the puppet module generate the rndc key it will be different on all controllers and they won't be able to talk to each other. Change-Id: I4f030cd419511be43e9e4189dbc4418d5a6c6c61
5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
key "rndc-key" {
|
|
algorithm hmac-sha256;
|
|
secret "<%= @rndc_key %>";
|
|
};
|