Page MenuHomeDevCentral

old-directories.sls
No OneTemporary

old-directories.sls

# -------------------------------------------------------------
# Salt — Hotfixes to mitigate bugs and security issues
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-11-23
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# T1325
# We now provision /var/wwwroot/<domain></<subdomain> for
# all servers and not only for the web servers.
#
# As such, /var/www/html nginx default directory on shellserver
# role can be pruned.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if salt['node.has_role']('shellserver') %}
/var/www/html:
file.absent
{% endif %}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 09:38 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259943
Default Alt Text
old-directories.sls (813 B)

Event Timeline