Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Provision www.eglide.org website
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-09-12
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Deploy /opt/staging/wwwroot/eglide.org/www to www.eglide.org
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/var/www/html:
file.recurse:
- source: salt://wwwroot/eglide.org/www
- exclude_pat: E@.git
- include_empty: True
- clean: True
- user: www-data
- group: www-data
- dir_mode: 711
- file_mode: 644
# -------------------------------------------------------------
# Nginx logs
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/var/log/www/eglide.org:
file.directory:
- user: root
- group: www-data
- dir_mode: 750

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 19:20 (22 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3694904
Default Alt Text
init.sls (1 KB)

Event Timeline