From 65bc951fa5da2499e50d0de72ed4fd43ac5ea0c8 Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Thu, 4 Jul 2019 10:00:16 +0200 Subject: Remove `sshKey` from the vault type It's not actually used by the role, but by code that uses this role. --- dhall/Vault.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhall/Vault.dhall b/dhall/Vault.dhall index b2a45cc..068e499 100644 --- a/dhall/Vault.dhall +++ b/dhall/Vault.dhall @@ -1 +1 @@ -{ token : Text, secret : Text, sshKey : Text } +{ token : Text, secret : Text } -- cgit v1.2.3