-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] ufw rules not installed on Ubuntu 22.04 #64572
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Ping @dmurphy18 |
The new packaging using GitHub Actions broke salt.ufw usage. It needs to be corrected. And files such as salt-minion.upstart.rhel6 should have been deleted long ago |
Closing since associated PR #64926 is merged. |
Still broken: #64926 (comment) |
PR #64926 did not fix the issue, the salt.ufw is being installed into |
Interestingly with classic Salt 3005.2 package, install of salt-master or salt-minion does not result in the installation of salt.ufw under From the salt-master.install for Salt 3002, the original file
shows that the original intention was /etc/ufw/applications.d/salt-master for salt.ufw, but the actual salt.ufw file contents are
which suggests it should be So decided to try this with Debian's own Salt packages on Debian 10, using
and installing salt-master did not result in installing salt.ufw either. Tried Debian 11, and Debian's Salt and same result, no salt.ufw
|
Working to correct have salt.ufw in correct location, directory /etc/ufw/applications.d |
@rousku So given classic packaging has been doing it the same way for over a decade and no complaints, revisiting what the classic packages installed and they installed salt-master into directory /etc/ufw/applications.d
and the command
|
closing this since additional PRs are now merged |
Description
ufw rules (/etc/ufw/applications.d/salt.ufw) are not being installed on ubuntu 22.04 with salt version 3006.1
Setup
Followed these instructions to install
Major onedir
version ofsalt-master
.Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
Expected behavior
sudo ufw allow salt
should run without errorsScreenshots
If applicable, add screenshots to help explain your problem.
Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Additional context
Maybe related to #57712
The text was updated successfully, but these errors were encountered: