Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938338
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 — Salt configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-04
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
from
"map.jinja"
import
dirs
with context
%}
# -------------------------------------------------------------
# Wrapper binaries
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
dirs.bin
}}
/salt-wrapper
:
file.managed
:
-
mode
:
755
-
source
:
salt://software/salt-wrapper/salt-wrapper.sh
{{
dirs.bin
}}
/salt-get-config-dir
:
file.managed
:
-
mode
:
755
-
source
:
salt://software/salt-wrapper/salt-get-config-dir.py
# -------------------------------------------------------------
# Wrapper configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
dirs.etc
}}
/salt-wrapper.conf
:
file.managed
:
-
source
:
salt://roles/salt-primary/salt-wrapper/files/salt-wrapper.conf
# -------------------------------------------------------------
# Wrapper manual
#
# TODO: gzip those files
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
dirs.man
}}
/man1/salt-get-config-dir.1
:
file.managed
:
-
source
:
salt://software/salt-wrapper/man/salt-get-config-dir.1
{{
dirs.man
}}
/man1/salt-wrapper.1
:
file.managed
:
-
source
:
salt://software/salt-wrapper/man/salt-wrapper.1
{{
dirs.man
}}
/man5/salt-wrapper.conf.5
:
file.managed
:
-
source
:
salt://software/salt-wrapper/man/salt-wrapper.conf.5
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 01:21 (5 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314354
Default Alt Text
init.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment