Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321934
init.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
973 B
Referenced Files
None
Subscribers
None
init.sls
View Options
# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-15
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
# -------------------------------------------------------------
# Wrapper binaries
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%
for
command
in
[
'certbot'
,
'jenkins'
,
'phpbb'
,
'mysql'
,
'sentry'
,
'openfire'
]
%}
{{
dirs.bin
}}
/
{{
command
}}
:
file.managed
:
-
source
:
salt://roles/paas-docker/wrappers/files/
{{
command
}}
.sh
-
mode
:
755
{%
endfor
%}
{%
for
command
in
[
'pad-delete'
]
%}
{{
dirs.bin
}}
/
{{
command
}}
:
file.managed
:
-
source
:
salt://roles/paas-docker/wrappers/files/
{{
command
}}
.py
-
mode
:
755
{%
endfor
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 13, 16:56 (21 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577302
Default Alt Text
init.sls (973 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment