jeanluc
56ad1ec942
Fix saltext vault/pushover docs
...
* the correct organization is `salt-extensions`, not `saltstack`
* the release file is strict GitHub-flavoured Markdown only
2023-12-18 03:42:28 -07:00
Daniel Wozniak
21391fe7ba
Revert "URL auditor with URL fixes"
...
This reverts commit d07172cc0e
.
2023-12-17 23:13:58 -07:00
Daniel Wozniak
5a517e9fa5
Revert "Expand files to validate URLs within"
...
This reverts commit f8a9769320
.
2023-12-17 23:13:58 -07:00
ScriptAutomate
f8a9769320
Expand files to validate URLs within
2023-12-17 22:30:41 -07:00
ScriptAutomate
d07172cc0e
URL auditor with URL fixes
2023-12-17 22:30:41 -07:00
James Howe
aba5f6238e
Reword "header" param.
2023-12-17 22:21:57 -07:00
James Howe
dbebd92626
Fix documentation of file.prepend
2023-12-17 22:21:57 -07:00
OrangeDog
2a484f522f
pre-commit disk.py
2023-12-17 22:16:14 -07:00
James Howe
da081c0ddb
Document parameters in modules.disk
2023-12-17 22:16:14 -07:00
James Howe
6b7377799d
Improve augeas example
...
As pointed out by #65352 , the check given here is not safe.
2023-12-17 22:14:18 -07:00
OrangeDog
1640f04763
pre-commit augeas.py
2023-12-17 22:14:18 -07:00
James Howe
88b7f3ada1
Remove warning that related to now-unsupported systems
2023-12-17 22:14:18 -07:00
Daniel Wozniak
9ec1772382
Merge pull request #65716 from dwoz/merge-forward
...
[master] Merge forward 3006.x
2023-12-17 21:57:55 -07:00
Daniel A. Wozniak
d18fbb9631
Skip RC test on Photon OS
2023-12-17 20:18:14 -07:00
Daniel A. Wozniak
97072fb7af
pre-commit fix
2023-12-17 15:10:50 -07:00
Daniel A. Wozniak
7018b14a7c
Merge remote-tracking branch 'saltstack/3006.x' into merge-forward
2023-12-17 14:58:34 -07:00
Daniel A. Wozniak
cca011e0b0
Make re-tries configurable
2023-12-17 14:57:27 -07:00
Daniel A. Wozniak
62350b1dcf
Fix lint
2023-12-17 14:57:27 -07:00
Daniel A. Wozniak
ac90b8455e
Try install multiple times
2023-12-17 14:57:27 -07:00
Daniel A. Wozniak
01c194f53f
Even more reliable pillar timeout test
2023-12-17 14:57:27 -07:00
Daniel A. Wozniak
c392a77fe2
make mac assistive tests more stable
2023-12-17 14:57:27 -07:00
Roald Nefs
60b890b800
Fix pre-commit
...
Signed-off-by: Roald Nefs <info@roaldnefs.com>
2023-12-16 18:26:29 -07:00
Wayne Werner
8dc4160a6a
Fix potential bug, add changelog
...
In the source for redis, the default value for password is None, not "".
If the default is an empty string that may cause some unintended
consequences -- though it's entirely possible that Redis does not
support empty passwords, it's always safer to match the underlying
existing codebase.
2023-12-16 18:26:29 -07:00
Marno van der Molen
13996cea60
Add password support to Redis returner
2023-12-16 18:26:29 -07:00
Wayne Werner
675370f86e
Add tests for redis returner password
...
Tests verify that passwords are correctly passed to the underlying
StrictRedis function (whos default value for password is None, not an
empty string).
2023-12-16 18:26:29 -07:00
Daniel A. Wozniak
0291228dac
Fix pre-commit
2023-12-16 16:03:26 -07:00
Daniel A. Wozniak
412178e48a
Merge remote-tracking branch 'saltstack/3006.x' into merge-forward
2023-12-16 15:35:16 -07:00
Daniel A. Wozniak
35144daf83
Make cluster tests more stable
2023-12-16 15:31:00 -07:00
Pablo Suárez Hernández
f597c14263
Add unit tests to check path is expanded
2023-12-16 14:48:10 -07:00
vzhestkov
a5599d6c89
Add changelog entry
2023-12-16 14:48:10 -07:00
vzhestkov
2fea093052
Dereference symlinks to set proper __cli
2023-12-16 14:48:10 -07:00
Michael Calmer
19a1edc3a1
lint and precommit fixes
2023-12-16 04:49:17 -07:00
Michael Calmer
71812f43a6
make gpgautomimport a named option
2023-12-16 04:49:17 -07:00
Michael Calmer
05f7877cf6
Change versionadded to next major version
...
Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com>
2023-12-16 04:49:17 -07:00
Michael Calmer
cd7c54db6d
fix zypperpkg test after adding more success return codes
2023-12-16 04:49:17 -07:00
Michael Calmer
d71470a5ba
Add comment explaining success return codes
...
Co-authored-by: Pablo Suárez Hernández <psuarezhernandez@suse.com>
2023-12-16 04:49:17 -07:00
Michael Calmer
38e044b90d
ignore no repos defined exit code
2023-12-16 04:49:17 -07:00
Michael Calmer
745e5f00f5
add changelog
2023-12-16 04:49:17 -07:00
Michael Calmer
df9fcda537
call refresh_db with kwargs where possible
2023-12-16 04:49:17 -07:00
Michael Calmer
c899e7a4b0
call refresh_db function from mod_repo
2023-12-16 04:49:17 -07:00
Michael Calmer
e546bd7461
add support for gpgautoimport to refresh_db in the zypperpkg module
2023-12-16 04:49:17 -07:00
Daniel A. Wozniak
37d4aa2615
Add changelog for #55687
2023-12-16 04:34:23 -07:00
Jason Woods
0512a8a52a
fix: Enable port modification in state selinux.port_policy_present
2023-12-16 04:34:23 -07:00
Jason Woods
b990868ca7
chore: Run pre-commit on selinux state file
2023-12-16 04:34:23 -07:00
Clay Sweetser
3e491c3416
Remove TOC for Returners from Configuration page.
...
Remove the table of contents for the "Returners" page from the "Configuration" page.
2023-12-16 04:33:01 -07:00
Clay Sweetser
433642f21f
Add TOC for Returners to Remote Execution page
...
Add a table of contents for the "Returners" page to the "Remote Execution" page.
2023-12-16 04:33:01 -07:00
jeanluc
627b321b9d
Namespace _check_sig in win_file
2023-12-16 04:32:10 -07:00
jeanluc
3716ba89f7
Run pyupgrade
2023-12-16 04:32:10 -07:00
jeanluc
ff60a94750
Correct scene33 hash + regen sigs after rebase
...
It seems the file lost a space character, making the tests fail
2023-12-16 04:32:10 -07:00
jeanluc
10c2b7c0e0
Try to improve wording
2023-12-16 04:32:10 -07:00