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:
pygit2 hangs when the main repo does not exist or is private. It hangs because it will ask for user input from the console.
**Description** Hello, I have provisioned the salt-master on Azure using salt-cloud only from my laptop, and I'm trying to provision a windows machine. But I get the error bellow: ```bash...
**Description** "Salt Cloud Doc" describe **ssh_interface** as option to use public or private IP for deploy script, while "Salt Cloud Code" check **bootstrap_interface** option to create a windows-like VM. Moreover,...
**Description** Running an invalid dict access (`x['key']` with no `key` in `x`) through a `yaml` filter results in `NULL`. **Steps to Reproduce the behavior** The following state: ``` {%- set...
**Description** When using `file_client: local` salt ignores the `master: ` parameter and connects to `127.0.0.1`. I don't know whether this is right or wrong, but the problem is, the logs...
Increase the code coverage percent on the following files to at least 80%. Please be aware that currently the percentage might be inaccurate if the module uses salt due to...
### What does this PR do? In some cases calling `systemctl --version` with `salt.grains.core._systemd` could return unexpected output what could cause `IndexError` exception preventing minion service from running. ### What...
**Description** In both 3006.8 and 3006.9 when trying to use ldap authentication for salt-api there is an error we get related to python-ldap module even though python-ldap is installed. The...
the arguments to publish, specifically io_loop, needs to be consistant across the different transports. This argument was not consistant and caused exceptions.
**Description** When running the SELinux fcontext_add_policy with a filespec that contains a hyphen in the name of the directory, the state fails with ValueError: File context for /vol/apache/dummy/bla-bla(/.*)? is not...