From 2ae215daf75ae20922a4d111f75949fec6c68d81 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Mon, 6 Jul 2026 23:02:12 +1000 Subject: [PATCH] feat: install vault-plugin-secrets-litellm (#477) ensure the litellm plugin for vault is installed --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/477 --- hieradata/roles/infra/storage/vault.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hieradata/roles/infra/storage/vault.yaml b/hieradata/roles/infra/storage/vault.yaml index b489d04..9a50185 100644 --- a/hieradata/roles/infra/storage/vault.yaml +++ b/hieradata/roles/infra/storage/vault.yaml @@ -28,3 +28,4 @@ profiles::nginx::simpleproxy::proxy_path: '/' profiles::packages::include: openbao-plugins: {} + vault-plugin-secrets-litellm: {}