From 4e71a80e544cc63deff8f11327ebe133afa9edd5 Mon Sep 17 00:00:00 2001 From: Anthony Vitacco Date: Mon, 15 Jul 2024 10:06:19 -0400 Subject: [PATCH] Adding header to service file --- templates/vault.service.epp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/vault.service.epp b/templates/vault.service.epp index b8c2c00..16307b2 100644 --- a/templates/vault.service.epp +++ b/templates/vault.service.epp @@ -5,6 +5,14 @@ Boolean $create_env_file, Integer $num_procs, | %> +# vault systemd unit file +########################################################################################################### +# this file has been put in place by the jsok/vault Puppet module (https://forge.puppetlabs.com/jsok/vault) +# any changes will be overwritten if Puppet is run again +# This script is originally from: +# https://learn.hashicorp.com/vault/operations/ops-deployment-guide#step-3-configure-systemd +########################################################################################################### + [Unit] Description="HashiCorp Vault - A tool for managing secrets" Documentation=https://www.vaultproject.io/docs/