Page MenuHomeDevCentral

Update Salt repository on Debian
ClosedPublic

Authored by dereckson on Aug 3 2024, 15:44.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 20, 18:41
Unknown Object (File)
Thu, Feb 20, 04:46
Unknown Object (File)
Mon, Feb 17, 06:37
Unknown Object (File)
Mon, Feb 17, 03:19
Unknown Object (File)
Sat, Feb 8, 02:13
Unknown Object (File)
Thu, Feb 6, 01:28
Unknown Object (File)
Wed, Feb 5, 12:51
Unknown Object (File)
Wed, Feb 5, 09:48
Subscribers
None

Details

Summary

Salt repository information has been updated for 3006+.

Reference: https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/debian.html

Fixes T1994.

Test Plan

Deploy on Eglide

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
Eglide
$ salt-call --local state.apply roles/core/salt test=True
[…]
----------
          ID: /etc/apt/keyrings/salt-archive-keyring-2023.gpg
    Function: file.managed
      Result: True
     Comment: The file /etc/apt/keyrings/salt-archive-keyring-2023.gpg is in the correct state
     Started: 16:25:09.653065
    Duration: 7.356 ms
     Changes:
----------
          ID: /etc/apt/sources.list.d/salt.list
    Function: file.managed
      Result: True
     Comment: The file /etc/apt/sources.list.d/salt.list is in the correct state
     Started: 16:25:09.660512
    Duration: 1.221 ms
     Changes:
[…]

Unit wanted to overwrite Eglide-specific Vault Salt configuration, I've opened T1998 for follow-up.

This revision is now accepted and ready to land.Aug 5 2024, 19:22
This revision was automatically updated to reflect the committed changes.