saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.19k stars 5.48k forks source link

[3006.x][BUG] Left debug output in package files #66747

Closed dmurphy18 closed 3 months ago

dmurphy18 commented 3 months ago

Description Left debug output in packages files, for example: #!/bin/sh -x

Setup (Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)

Please be as specific as possible and give set-up details.

Steps to Reproduce the behavior apt install salt-minion

Expected behavior Installing packages should not output debug information

Screenshots If applicable, add screenshots to help explain your problem.

Versions Report

Salt unreleased builds for 3006.9 (Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)

Additional context Add any other context about the problem here.

dmurphy18 commented 3 months ago

Closing since https://github.com/saltstack/salt/pull/66748 merged