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

## Summary This pull request enhances error handling and logging in the `tools/utils/repo.py` module. It also adds corresponding tests and updates the changelog. ## Changes - **Logging**: Replaced print statements...

**Description** SLS Jinja variables described here https://docs.saltproject.io/en/latest/ref/states/vars.html are not available in the context for saltcheck.run_state_tests At least the following ones do not seem to be resolved properly for saltcheck states...

Bug
needs-triage

**Description** In sls files with multiple pks.installed states the first one is always dropped (not installed) **Setup** salt master and minion are both v3007.1 running on RedHat Enterprise 8 (x86_64)...

Bug
needs-triage

### Description of Issue The following state throws an exception at locale.system. This has worked previously, so I assume it as a recent development. Also, I reinstalled the system where...

Bug
info-needed
needs-triage

We need to update the gpg key here: https://docs.saltproject.io/en/latest/security/index.html#saltstack-security-announcements

tech-debt

Assume there is a sls file that runs some jinja2 in some cases this leads to no state being run. For example: ``` {%- if check something %} some-state-name: some.state:...

### What does this PR do? While testing SL Micro 6.0 (transactional system), we have noticed some tests that are not working fine, causing crashes of the testsuite in some...

**Description** When running the `status.diskusage` function, it sometimes crashes, as stats cannot be obtained for some of the mounted paths. I see this happening for `/proc/sys/fs/binfmt_misc` which is created by...

Bug
needs-triage

**Description** When setting up deltaproxy with napalm, we only get one __prox_keepalive session when expecting 8 one per subproxy **Setup** top.sls: ``` base: 'delta-*': - deltaproxy '*-lab': - jrouter -...

Bug
Delta-Proxy

### Description of the tech debt to be addressed, include links and screenshots We need to ensure that the system is in the desired state after an install of one...

help-wanted
tech-debt