From 8f558b0f3095c5bed8784bed58d99903699e83de Mon Sep 17 00:00:00 2001 From: Alexis Vanier Date: Wed, 10 Jan 2018 14:30:23 -0500 Subject: [PATCH] add new template for gpg key --- vault/files/hashicorp.asc.jinja | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vault/files/hashicorp.asc.jinja diff --git a/vault/files/hashicorp.asc.jinja b/vault/files/hashicorp.asc.jinja new file mode 100644 index 0000000..ae466a7 --- /dev/null +++ b/vault/files/hashicorp.asc.jinja @@ -0,0 +1,2 @@ +{%- from "vault/map.jinja" import vault with context -%} +{{ vault.hashicorp_gpg_key }}