Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs with context %}
# -------------------------------------------------------------
# Platform checks
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
platform-checks:
pip.installed
# -------------------------------------------------------------
# Health check configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ dirs.etc }}/monitoring/checks.yml:
file.managed:
- source: salt://roles/paas-docker/monitoring/files/checks.yml.jinja
- makedirs: True
- mode: 0644
- template: jinja
- context:
checks:
- {{ salt['paas_docker.get_health_checks']() }}

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 11:56 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3714714
Default Alt Text
init.sls (1002 B)

Event Timeline