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

pygit2 hangs when the main repo does not exist or is private. It hangs because it will ask for user input from the console.

Bug
help-wanted
gitfs

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

Documentation
Bug
help-wanted
Salt-Cloud
needs-triage

**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,...

Documentation
severity-medium
help-wanted
Salt-Cloud
doc-param-missing
time-estimate-sprint

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

Bug
help-wanted
Confirmed

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

Bug
help-wanted

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...

help-wanted
Tests

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

Bug
needs-triage

the arguments to publish, specifically io_loop, needs to be consistant across the different transports. This argument was not consistant and caused exceptions.

test:full

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

Bug
needs-triage