Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — Provision a salt master
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-10-04
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs, packages_prefixes with context %}
# -------------------------------------------------------------
# Additional software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
install_salt_extra_software:
pkg.installed:
- pkgs:
# Jenkins execution module
- {{ packages_prefixes.python3 }}python-jenkins
# For staging-commit-message
- {{ packages_prefixes.python3 }}GitPython
{{ dirs.bin }}/staging-commit-message:
file.managed:
- source: salt://roles/saltmaster/software/files/staging-commit-message.py
- mode: 755

File Metadata

Mime Type
text/plain
Expires
Tue, May 13, 16:53 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2574394
Default Alt Text
init.sls (962 B)

Event Timeline