While FreeBSD packages and fixes are still currently for 3006 LTS,
Debian is already pushing 3008.2.
As we install Salt packages from packages.broadcom.com/, we can pin
a specific version.
Ref T2329
Differential D4113
Pin specific Salt version on Debian Authored by dereckson on Sun, Jul 5, 09:02.
Details
While FreeBSD packages and fixes are still currently for 3006 LTS, As we install Salt packages from packages.broadcom.com/, we can pin Ref T2329
Diff Detail
Event TimelineComment Actions Test deployment on Eglide Eglide $ salt-call --local state.sls_id /etc/apt/preferences.d/salt-pin-1001 roles/core local: ---------- ID: /etc/apt/preferences.d/salt-pin-1001 Function: file.managed Result: True Comment: File /etc/apt/preferences.d/salt-pin-1001 updated Started: 09:10:24.979853 Duration: 23.196 ms Changes: ---------- diff: New file mode: 0644 Summary for local ------------ Succeeded: 1 (changed=1) Failed: 0 ------------ Total states run: 1 Total run time: 23.196 ms $ tail /etc/apt/preferences.d/salt-pin-1001 # This file is managed by our rOPS SaltStack repository. # # Changes to this file may cause incorrect behavior # and will be lost if the state is redeployed. # </auto-generated> # ------------------------------------------------------------- Package: salt-* Pin: version 3006.26 Pin-Priority: 1001 |