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:
**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...
**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....
### 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...
### 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...
### 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...
### 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...
**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...
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...
**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...