Page MenuHomeDevCentral

content.sls
No OneTemporary

content.sls

# -------------------------------------------------------------
# Salt — Sites to provision on the legacy web server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% set subdomains = salt['node.filter_by_role']('web_content_jenkins_cd') %}
{% for subdomain in subdomains %}
/var/run/deploy/{{ subdomain }}.nasqueron.org:
file.symlink:
- target: /var/wwwroot/nasqueron.org/{{ subdomain }}
- user: deploy
- group: deploy
{% endfor %}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 28, 17:35 (19 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3173605
Default Alt Text
content.sls (630 B)

Event Timeline