8000 Add back Debian support for Sys V init.d service scripts by twangboy · Pull Request #67978 · saltstack/salt · GitHub
[go: up one dir, main page]

Skip to content

Add back Debian support for Sys V init.d service scripts #67978

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

Open
wants to merge 10 commits into
base: 3006.x
Choose a base branch
from
Prev Previous commit
Next Next commit
Updated test to remove salt_call_cli
  • Loading branch information
dmurphy18 authored and twangboy committed May 19, 2025
commit 8572730fdbca12946f7a5964bf10b1da4b594f2f
2 changes: 1 addition & 1 deletion tests/pytests/pkg/upgrade/test_salt_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _get_running_named_salt_pid(process_name):
return pids


def test_salt_sysv_service_files(salt_call_cli, install_salt):
def test_salt_sysv_service_files(install_salt):
"""
Test an upgrade of Salt, Minion and Master
"""
Expand Down
0