-
**Description**
When systemd-resolved is used to resolve names on a system, it does not resolve unqualified hosts (hosts without a domain name) into FQDNs using the machine's domain. For example, if …
-
See https://github.com/saltstack/salt/issues/6237 for more info. Basically, if you have a state like:
```
some state:
test.nop
this will break:
test.nop:
- require:
- test: so…
-
If minion1-3 are connect directly to a master where the API is running, globbing isn't a problem.
```
pepper --fail-if-incomplete minion* test.version
{u'return': [{u'jid': u'20170727125430772351',…
-
https://github.com/saltstack/salt/blob/4a5aa4dbe8140c24c11ac2b0d0bad9bee0eebd01/salt/modules/boto_vpc.py#L185
```Salt Version:
Salt: 2019.2.2
Dependency Versions:
cffi: N…
buroa updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
When making an AWS Spot request, Instance Interruption Behavior is always set to "terminate". This causes a problem if an administr…
-
See PR: https://github.com/saltstack/salt/pull/49761
Example of a current error:
```
[root@4058e6a357c4 /]# curl -sS localhost:8000/run -H 'Accept: application/x-yaml' -H 'Content-type:…
Ch3LL updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
When using a module override (`_modules`, `_states`) we can forget that the override is in place when later updates cause issues. Th…
-
I want to pose the question: should keys not handled by the templates be added to an `custom_settings`-like hash in pillar instead of their current level `{ 'salt': { 'minion': { 'key': 'value' } } }`…
-
**Is your feature request related to a problem? Please describe.**
Yes, and a very important one given unwanted minions seem to be auto accepted.
**Describe the solution you'd like**
The autosign…
-
With Pillarstack, files are only searched relative to the directory of the `stack.cfg` file.
GitStack now supports defining multiple git pillar repos as pillarstack targets, but they are processed…