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
# -------------------------------------------------------------
# -------------------------------------------------------------
# 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, Dec 26, 01:32 (5 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314361
Default Alt Text
salt.sls (996 B)

Event Timeline