summaryrefslogtreecommitdiff
path: root/templates/key.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/key.epp')
-rw-r--r--templates/key.epp8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/key.epp b/templates/key.epp
new file mode 100644
index 0000000..b64ae76
--- /dev/null
+++ b/templates/key.epp
@@ -0,0 +1,8 @@
+<%- | String $keyname,
+ String $algorithm,
+ String $secret,
+ | -%>
+key "<%= $keyname %>" {
+ algorithm <%= $algorithm %>;
+ secret "<%= $secret %>";
+};