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** Optional ZFS pool features can have three states: disabled, enabled, and active. Enabled means that ZFS will use them if it needs them, but they haven't changed the on-disk...
**Description** `modules.mac_brew_pkg._call_brew` invokes `sudo` with `-i`. That tells sudo to execute an interactive session - it triggers loading `.bash_profile`. This is not intended for non-interactive uses. The symptom: if `.bash_profile`...
### What does this PR do? ### What issues does this PR fix or reference? Fixes: #61734 ### Previous Behavior There was no mutex around code cleaning up the sys.path...
On FreeBSD Salt scrapes /var/run/dmesg.boot to set the "cpu_flags" grain. But it's possible for that file to contain non-UTF-8 characters. Skipping over such characters is better than crashing. Signed-off-by: Alan...
**Setup** install salt-ssh on an ubuntu 20.04 box and use it to control an ubuntu 16.04 box (probably happens with centos 7, 8, debian 9, and ubuntu 18.04 as well)...
### What does this PR do? Adds stdout to the error message if zypper install returns with an error code and there is no information on standard error. ### What...
**Description** Setup an inotify beacon and refresh beacons. Every time beacons are refreshed inotify file handles are leaked. **Setup** Start a CentOS:8.1.1911 container curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com ./bootstrap-salt.sh -P...
### What does this PR do? sudo -i is used for starting interactive sessions. It causes sudo to tell the shell to run a login session, which triggers reading e.g....
**Description** I am attempting to automate the deployment of a Windows 10 Enterprise machine using Salt-Cloud on my (virtualized) Proxmox instance. The Proxmox VM and salt-minion will succesfully deploy and...
**Description** This is the same behavior as #13850 except when the caching is ran from `archive.extracted`. If the `s3.key` and `s3.keyid` pillars are not set in the minion config files,...