Tâche #24402
Scénario #24335: Veyon, déploiement du logiciel et de sa configuration sur les postes clients
Proposer le sls Veyon à la communauté
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
History
#1 Updated by Gérald Schwartzmann over 4 years ago
- Status changed from Nouveau to En cours
La recette de base :
# both 32-bit (x86) AND a 64-bit (AMD64) installer available {% set PROGRAM_FILES = "%ProgramFiles%" %} veyon: {% for version in ['4.0.7', '4.0.6'] %} '{{ version }}': full_name: 'Veyon {{ version }}' {% if grains['cpuarch'] == 'AMD64' %} installer: 'https://github.com/veyon/veyon/releases/download/v{{ version }}/veyon-{{ version }}.0-win64-setup.exe' {% else %} installer: 'https://github.com/veyon/veyon/releases/download/v{{ version }}/veyon-{{ version }}.0-win32-setup.exe' {% endif %} install_flags: '/S /Master' uninstaller: '{{ PROGRAM_FILES }}\Veyon\uninstall.exe' uninstall_flags: '/S' msiexec: False locale: en_US reboot: False {% endfor %}
Respect des préconisations Jinja :
https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html#easy-on-the-jinja
La recette sls est ici :
https://github.com/eole/salt-winrepo-ng/blob/add_veyon/veyon.sls
Déjà mergé mainstream
https://github.com/saltstack/salt-winrepo-ng/blob/master/veyon.sls
#2 Updated by Gérald Schwartzmann over 4 years ago
- Estimated time set to 0.00 h
- Remaining (hours) set to 0.0
#3 Updated by Scrum Master over 4 years ago
- Status changed from En cours to Résolu
#4 Updated by Scrum Master over 4 years ago
- Status changed from Résolu to Fermé