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** When using the sls code given in the **Setup** section and the command also given in the **Setup** section, the identified minion crashes. This may have something to do...
### What does this PR do? Documentation fix for `system.get_computer_name` CLI example. ### Merge requirements satisfied? - [x] Docs - [ ] Changelog - https://docs.saltproject.io/en/master/topics/development/changelog.html - [ ] Tests written/updated...
**Description** Python renderer fails with attribute error when run under `salt-ssh` but functions correctly when run with `salt`/`salt-call` on 3007.0, 3006.7 and 3006.4. **Setup** Virtual machines running Debian with salt...
**Is your feature request related to a problem? Please describe.** Managing SSH keys requires `cmd.run` hacks and is not stateful other than `creates: /bla`. There is no support for SSH...
**Description** If you are using SSH certificates with differing principals to sign in, then `ssh_auth.present` can't be used in some cases as it only allows a key to exist once,...
**Description** There is a performance bottleneck in ``salt/fileserver/__init__.py``. In ``check_file_list_cache``, the loaded cache file is passed through ``salt.utils.data.decode()``. This was necessary on Python 2, but the decoded file list cache...
### What does this PR do? ### What issues does this PR fix or reference? Fixes ### Previous Behavior Remove this section if not relevant ### New Behavior Remove this...
### What does this PR do? When egrep is used, a nasty warning from grep saying egrep should be replaced by grep -E appears on the executed command. This leads...
**Description** For each minion via configuration files /etc/salt/minion and/or /etc/salt/minion.d/env.conf are defined 'saltenv:dev' versus 'saltenv:prod'. Have a system environment where dev and prod minions are utilized from same salt-master. Goal...
salt-pip install netifaces Looking in indexes: https://repository/proxy/simple Collecting netifaces Using cached https://repository/pypi-proxy/packages/netifaces/0.11.0/netifaces-0.11.0.tar.gz (30 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: netifaces Building wheel for netifaces (setup.py)...