salt icon indicating copy to clipboard operation
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:

Results 716 salt issues
Sort by recently updated
recently updated
newest added

### What does this PR do? **IMPORTANT:** This error is only seen when `salt-minion` is a service started by systemd, as it gets `unconfined_service_t` context. It doesn't happen if `salt-minion`...

**Description** We run salt masters in mult-master syndic mode (3 syndics and 1 master of master). We are seeing a memory leak in the salt-syndic process to the point that...

Bug
needs-triage

**Description** On a minion with SELinux enabled, a `cmd.run` execution with argument `runas` is going to produce an ERROR in the Salt logs and a denied message in the audit...

Bug
needs-triage

**Description** When using `boto_route53.present` with `private_zone` and `split_dns` boolean values set to `True`, the value for `zone` must be set to something like `example.com.` instead of `example.com` (note the trailing...

Bug
needs-triage

**Description** While minion config multiprocessing is True, parent process will leek fd, because multiprocessing using popen. In class SubprocessList , it's function cleanup need to add proc.join() if using multiprocessing...

Bug

### What does this PR do? The `reactor` engine in some cases could cause blocking on reading the events from EventPublisher so it has to hold the events until they...

**Description** After a fresh install of salt-cloud, salt-cloud says "The vmware driver requires 'pyVmomi' to be installed." **Setup** - Environment: VMware VM: AlmaLinux 8.9 (Midnight Oncilla) - Salt-cloud version: 3007.1...

info-needed

### What does this PR do? Allows runas to run compound commands (commands joined by `&&`) I tried writing some tests, but I don't know how to do it as...

test:full

### What does this PR do? - make the deb scripts manage systemd status during upgrade - improve script compliance with debian policy based on [dh-make examples](https://salsa.debian.org/debian/dh-make) ### What issues...

test:pkg

### What does this PR do? Adds cryptography as a dependency to base.txt requirements. This will ensure that cryptography is installed as a dependency when pip installing salt, currently even...