puppet-bind/templates/key.conf.erb
Nate Riffe 9b1cbacee0 Give bind::key the ability to generate keys
Also, allow them to be placed elsewhere in the filesystem and make it possible
to exclude a key from the named configuration.
2015-01-18 10:11:24 -06:00

6 lines
86 B
Plaintext

key <%= @name %> {
algorithm <%= @algorithm %>;
secret "<%= @secret_actual %>";
};