`dnssec-keygen` uses `/dev/random` by default, but this is slow in some scenarios where `/dev/urandom` is both faster and provides sufficient utility. Allow override via the `bind::random_device` hiera key.
10 lines
174 B
YAML
10 lines
174 B
YAML
---
|
|
bind::params::supported: false
|
|
|
|
bind::forwarders: ''
|
|
bind::dnssec: true
|
|
bind::version: ''
|
|
bind::random_device: '/dev/random'
|
|
|
|
bind::updater::keydir: '/etc/nsupdate-keys'
|