Page MenuHomeDevCentral

web.sls
No OneTemporary

# -------------------------------------------------------------
# Salt — Provision web software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-06-12
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# nginx
# -------------------------------------------------------------
nginx:
pkg.installed: []
service.running:
- require:
- pkg: nginx
# -------------------------------------------------------------
# SSL certificates
# -------------------------------------------------------------
letsencrypt:
pkg.installed:
- name: letsencrypt

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 12:00 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3688897
Default Alt Text
web.sls (785 B)

Event Timeline