Recent puppets demand that puppet class variables be qualified as instance members when accessed from within a template.
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
|
key <%= @name %> {
|
|
algorithm <%= @algorithm %>;
|
|
secret "<%= @secret %>";
|
|
};
|