service/vault: fix links authored by Jérôme Charaoui's avatar Jérôme Charaoui
The vault service, based on [Vaultwarden][], serves as a secrets storage The vault service, based on [Vaultwarden][], serves as a secrets storage
application. application.
Vaultwarden: https://github.com/dani-garcia/vaultwarden [Vaultwarden]: https://github.com/dani-garcia/vaultwarden
[[_TOC_]] [[_TOC_]]
...@@ -45,7 +45,7 @@ Vaultwarden: https://github.com/dani-garcia/vaultwarden ...@@ -45,7 +45,7 @@ Vaultwarden: https://github.com/dani-garcia/vaultwarden
## Installation ## Installation
This service is installed using the upstream-provided container which runs under This service is installed using the upstream-provided container which runs under
[Podman][]. Podman.
To set it up, deploy the `profile::vaultwarden` Puppet profile. This will: To set it up, deploy the `profile::vaultwarden` Puppet profile. This will:
... ...
......