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

**Description** The `file` state module has custom `check_cmd` logic for running with a temporary file. This used to work for `file.symlink`, but has regressed since 3004. **Setup** For example, a...

Bug
needs-triage

**Description** In previous versions (3004) you could configure salt to not log to the console, but to use a different handler. For example: https://docs.saltproject.io/en/3006/ref/configuration/logging/handlers/salt.log_handlers.logstash_mod.html#log-level In 3006.9 this no longer works....

Bug
needs-triage

### Description of Issue/Question The `ignore_missing: True` option at the pillar top.sls file allows us to include a file only if it exists. Such an option would be useful to...

Feature

### Description of Issue Trying to create a private key on Windows minions using x509.private_key_managed state fails with: `The 'mode' option is not supported on Windows` The mode is not...

**Description** The `pip.installed` state is slow when run for already installed package. It takes 400-700ms per state on various hosts I have tried. This is a problem when re-running a...

Bug
needs-triage

### Description of Issue/Enhancement Currently, the SaltStack SPEC file hardcodes the username `salt` for the service user. This can cause conflicts for users who already have an existing `salt` user...

Feature
needs-triage

### Description of Issue/Question `file.managed` is unable to write to a nfs mount ### Setup Create an nfs share, mount it on the minion. ``` file-on-nfs: file.managed: - name: /path/to/nfs/share/file-i-want-to-manage...

State-Module
Bug
severity-medium

**Description** See below; Debian does not include minor version in grains. **Setup** N/A - [X] on-prem machine - [X] VM (Virtualbox, KVM, etc. please specify) - [ ] VM running...

Bug

A user on IRC today reported that they had an incorrect mode in a state file; instead of - mode: 755, they had - dirmode: 775. This threw no errors...

Feature
Core

**Description** When installing WINE under Debian on an amd64 machine, you usually need to pull i386 packages, too. However, the `pkg.installed` state seems to struggle with packages only available in...

Bug
needs-triage