mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
62d37a167f
Changelog: https://github.com/hashicorp/vault/releases/tag/v1.16.3 Port changes: add vault_agent rc script/sample config; change _vault user GECOS Vault Server -> HashiCorp Vault
31 lines
747 B
Plaintext
31 lines
747 B
Plaintext
@newgroup _vault:772
|
|
@newuser _vault:772:_vault::HashiCorp Vault:/nonexistent:/sbin/nologin
|
|
@extraunexec rm -rf ${LOCALSTATEDIR}/vault/{plugins,storage}/*
|
|
@extraunexec rm -rf /var/log/vault/*
|
|
@rcscript ${RCDIR}/vault
|
|
@rcscript ${RCDIR}/vault_agent
|
|
@bin bin/vault
|
|
share/doc/pkg-readmes/${PKGSTEM}
|
|
@mode 0750
|
|
@group _vault
|
|
@sample ${SYSCONFDIR}/vault/
|
|
@mode
|
|
@group
|
|
share/examples/vault/
|
|
share/examples/vault/agent.hcl
|
|
@mode 0640
|
|
@group _vault
|
|
@sample ${SYSCONFDIR}/vault/agent.hcl
|
|
@mode
|
|
@group
|
|
share/examples/vault/vault.hcl
|
|
@mode 0640
|
|
@group _vault
|
|
@sample ${SYSCONFDIR}/vault/vault.hcl
|
|
@mode 0750
|
|
@owner _vault
|
|
@sample ${LOCALSTATEDIR}/vault/
|
|
@sample ${LOCALSTATEDIR}/vault/plugins/
|
|
@sample ${LOCALSTATEDIR}/vault/storage/
|
|
@sample /var/log/vault/
|