Skip to content

Commit

Permalink
Adding header to service file
Browse files Browse the repository at this point in the history
  • Loading branch information
avitacco committed Jul 15, 2024
1 parent b9e6e25 commit 4e71a80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/vault.service.epp
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 4e71a80

Please sign in to comment.