salt
salt copied to clipboard
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
Not sure if this is technically a bug or a feature request to support caching_sha2_password as an auth_plugin so apologies in advance. **Description** Adding multiple mysql users with any auth_plugin...
`file.keyvalue` currently provides the create_if_missing flag, but controlling the created (or existing) file's ownership or permissions is impossible. As mentioned in the original bug, #63545, `file.serialize` is another option to...
**Description** In a masterless minion, if `cachedir` is configured to be part of a "hidden" folder (begins with `.`), `win_pkg` will fail to find any packages. **Setup** (Please provide relevant...
What does this PR do? Corrected the description of the two parameters mkey and key in the MWorker constructor. They are currently opposite. What issues does this PR fix or...
**Description** The old boto library is still required to be installed to use boto3mod utils module although #63135 attempted to fix #62672; the boto library is still required because of...
Bumps [zipp](https://github.com/jaraco/zipp) from 3.16.2 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...
In b9be2de, OrderedDict was replaced with HashableOrderedDict. Add logic to yamldumper to handle the new type. ### What does this PR do? ### What issues does this PR fix or...
On FreeBSD Salt scrapes /var/run/dmesg.boot to set the "cpu_flags" grain. But it's possible for that file to contain non-UTF-8 characters. Skipping over such characters is better than crashing. ### What...
### What does this PR do? The changes in this PR fix #66592 by making additional functions use async/await. ### What issues does this PR fix or reference? Fixes #66592...