-
**Description**
gitfs and git_pillar do not work with pygit2 >= 1.15.0, rasing exceptions as below:
```
[ERROR] Error in function _file_find:
Traceback (most recent call last):
File "/opt/s…
-
### Your current environment
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch…
-
### Description of Issue
When recursively copying a directory to a minion using the file.recurse state, when using the `file_mode: keep` options, permissions from the source host on files are not act…
-
### Description of Issue
`/var/cache/salt/minion/jobs` on the salt-minion side is being used by `local_cache` returner. On the master side using `keep_jobs` gets `clean_old_jobs` triggered to remov…
-
### Description of Issue
Using the redis cache module on Python 3 fails to ever return any cached data. Data is written with `"SET" "$KEY_minions/minionname/data"`, but it is then attempted to be r…
-
**Description**
A clear and concise description of what the bug is.
**Setup**
Create/import a GPG key.
**Steps to Reproduce the behavior**
Try to encrypt some text:
```
[root@master…
-
### Description of Issue/Question
I would like to be able to test if another state is being applied for a given minion. For example, I have a state which moves `/home` directories to `/srv/home` fo…
mitar updated
3 years ago
-
### Description of Issue/Question
I often see successful `state.apply` jobs that aren't flagged as a `success` by the `pgjsonb` job cache.
### Setup
```master_job_cache: pgjsonb```
### Ste…
-
### Description of Issue/Question
We need to run an orchestrator on the first minion start event.
We run a reactor on salt key accept events. But we want to set auto_accept to true on the master an…
-
### Pillar rendering silently ignores missing include
When including files from pillar's top.sls, the rendering fails if the included file is not available. But when a file is included by an existi…