Page MenuHomeDevCentral

web.sls
No OneTemporary

# -------------------------------------------------------------
# Salt — Provision web software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2016-06-12
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages with context %}
# -------------------------------------------------------------
# nginx
# -------------------------------------------------------------
nginx:
pkg.installed: []
service.running:
- require:
- pkg: nginx
# -------------------------------------------------------------
# SSL certificates
# -------------------------------------------------------------
letsencrypt:
pkg.installed:
- name: {{ packages.certbot }}

File Metadata

Mime Type
text/plain
Expires
Tue, May 13, 16:54 (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2626243
Default Alt Text
web.sls (849 B)

Event Timeline