Page MenuHomeDevCentral

software.sls
No OneTemporary

software.sls

# -------------------------------------------------------------
# Salt — Webserver core units for all webservers roles
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import services with context %}
# -------------------------------------------------------------
# Software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
nginx:
pkg.installed
# -------------------------------------------------------------
# Service
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% if services.manager == "rc" %}
/etc/rc.conf.d/nginx:
file.managed:
- source: salt://roles/webserver-core/nginx/files/nginx.rc
{% endif %}
nginx_service:
service.running:
- name: nginx
- enable: true

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 21, 17:07 (1 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3152525
Default Alt Text
software.sls (935 B)

Event Timeline