Page MenuHomeDevCentral

T1345-drop-jails-from-ysul.sls
No OneTemporary

T1345-drop-jails-from-ysul.sls

# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-17
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# T1345
#
# Drop rc configuration launching jails.
# Keep jails directories' content.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if grains['id'] in pillar['roles_disabled']['paas_jails'] %}
{% for jail_rc_config_file in ['jail', 'netif/jails', 'ezjail'] %}
/etc/rc.conf.d/{{ jail_rc_config_file }}:
file.absent
{% endfor %}
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 28, 21:45 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2436254
Default Alt Text
T1345-drop-jails-from-ysul.sls (818 B)

Event Timeline