Page MenuHomeDevCentral

salt.sls
No OneTemporary

salt.sls

# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# T2026 :: Python 2 completions for zsh
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/usr/local/share/zsh/site-functions/_salt:
file.absent
# -------------------------------------------------------------
# T1991 :: egrep -> grep -E
#
# GNU grep deprecated egrep separate utility.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if grains['kernel'] == 'Linux' %}
{% if salt["pkg.version_cmp"](grains["saltversion"], "3007") >= 0 %}
T1991_egrep_patch:
file.patch:
- name: {{ grains.saltpath }}
- source: salt://hotfixes/files/T1991-egrep.salt-3007.patch
- strip: 1
{% else %}
T1991_egrep_patch:
file.patch:
- name: {{ grains.saltpath }}
- source: salt://hotfixes/files/T1991-egrep.salt-3006.patch
- strip: 1
{% endif %}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 6, 19:24 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3116481
Default Alt Text
salt.sls (1 KB)

Event Timeline