Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F9704704
init.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
init.sls
View Options
# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-16
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
set
has_selinux
=
salt
[
'grains.get'
](
'selinux:enabled'
,
False
)
%}
# -------------------------------------------------------------
# See also
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Wrapper script
# - wrappers/init.Sls
# - wrappers/files/certbot.sh
#
# Image
# - /pillar/paas/docker.Sls
#
# Nginx configuration
# - nginx/files/includes/letsencrypt
# -------------------------------------------------------------
# Data directory
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/srv/letsencrypt
:
file.directory
{%
if
has_selinux
%}
selinux_context_jenkins_home
:
selinux.fcontext_policy_present
:
-
name
:
/srv/letsencrypt
-
sel_type
:
svirt_sandbox_file_t
selinux_context_jenkins_home_applied
:
selinux.fcontext_policy_applied
:
-
name
:
/srv/letsencrypt
{%
endif
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 14, 07:04 (17 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2720861
Default Alt Text
init.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment