Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938437
python3.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
897 B
Referenced Files
None
Subscribers
None
python3.sls
View Options
# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Python 3 alias
#
# If a the python3 meta-port is missing, we only have executables
# like python3.9 available. As most of our scripts uses `python3`,
# it's probably best to ensure an alias by looking for an interpreter.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{%
if
grains
[
'os'
]
==
'FreeBSD'
%}
/usr/local/bin/python3
:
cmd.script
:
-
source
:
salt://hotfixes/files/alias-python3-interpreter.sh
-
creates
:
/usr/local/bin/python3
{%
endif
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 02:08 (5 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2285177
Default Alt Text
python3.sls (897 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment