salt/changelog/65200.fixed.md
Tyler Levy Conde 65e5c4f227 Fix: Prevent full system upgrade in pkg.installed for Arch Linux
This change modifies the logic in the pacman module to only append the '-u' flag to the pacman command if sysupgrade is explicitly set to True. This prevents the pkg.installed state from triggering a full system upgrade by default on Arch Linux systems.
2024-03-25 09:06:36 -07:00

1 line
69 B
Markdown

Prevent full system upgrade on single package install for Arch Linux