mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00

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.
69 B
69 B
Prevent full system upgrade on single package install for Arch Linux