Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/salt-primary/software/init.sls b/roles/salt-primary/software/init.sls
index 3a33aa8..c473595 100644
--- a/roles/salt-primary/software/init.sls
+++ b/roles/salt-primary/software/init.sls
@@ -1,26 +1,26 @@
# -------------------------------------------------------------
# Salt — Provision a salt primary server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# 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
+ - {{ packages_prefixes.python3 }}gitpython
{{ dirs.bin }}/staging-commit-message:
file.managed:
- source: salt://roles/salt-primary/software/files/staging-commit-message.py
- mode: 755

File Metadata

Mime Type
text/x-diff
Expires
Mon, Sep 15, 05:23 (11 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983751
Default Alt Text
(1 KB)

Event Timeline