Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12944903
certificates.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
987 B
Referenced Files
None
Subscribers
None
certificates.sls
View Options
# -------------------------------------------------------------
# Salt — Provision a salt primary server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
# -------------------------------------------------------------
# Copy TLS certificates from Vault
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
dirs.etc
}}
/certificates/salt-api
:
file.directory
:
-
user
:
salt
-
mode
:
755
-
makedirs
:
True
{{
dirs.etc
}}
/certificates/salt-api/fullchain.pem
:
file.managed
:
-
user
:
salt
-
mode
:
444
-
source
:
/usr/local/etc/certificates/vault/fullchain.pem
{{
dirs.etc
}}
/certificates/salt-api/private.key
:
file.managed
:
-
user
:
salt
-
mode
:
400
-
source
:
/usr/local/etc/certificates/vault/private.key
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 18, 17:24 (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3167044
Default Alt Text
certificates.sls (987 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment