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

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 23:44 (4 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3917129
Default Alt Text
init.sls (790 B)

Event Timeline