Max Arnold

Results 39 issues of Max Arnold

### What does this PR do? Make `salt-run jobs.master` return runner jobs currently running on a master. Fixes https://github.com/saltstack/salt/issues/56254 A note to reviewers: I diverged a bit from the original...

For some reason, the `interact` pdb mode is displayed on a process tty (not in a telnet session) and exits immediately. Here is a demo: ![2024-01-08 00 26 16](https://github.com/ionelmc/python-remote-pdb/assets/370942/28a654e2-e4c8-4513-a196-c3bc7f04f3e2) Is...

### Description Playback watcher seems to be buggy: switching to full screen mode in and out a couple of times results in all HLS streams being blacklisted. Seems to happen...

needs: triage

``` resource "yandex_cdn_resource" "cdn" { cname = "example.com" active = true origin_protocol = "https" origin_group_id = yandex_cdn_origin_group.agw.id ssl_certificate { type = "certificate_manager" certificate_manager_id = yandex_cm_certificate.ssl_cert.id } options { gzip_on =...

bug
cdn

The following resource (from the [docs](https://registry.terraform.io/providers/yandex-cloud/yandex/latest/docs/resources/cm_certificate#example-usage-of-wildcard-managed-certificate)) ```hcl resource "yandex_cm_certificate" "ssl_cert" { name = "cert-example.com" domains = ["blah.example.com", "*.blah.example.com"] managed { challenge_type = "DNS_TXT" challenge_count = 1 } } ``` Fails...

The YC console shows something like this for a CDN resource: ``` $ORIGIN cdn.example.com CNAME cl-xxxx.edgecdn.ru ``` We need to have the same attribute available in TF to use it...

https://support.edgecenter.ru/knowledge_base/item/268821?sid=57227

There is only the `source` param and no `type` or anything like that: ``` resource "yandex_cdn_origin_group" "my_group" { name = "My Origin group" origin { source = "mybucket" } }...

Trying it like this: ``` PYTHONHUNTER='Q(kind="line",lineno=253,module_in=["mymodule"],action=Debugger())' ``` But the debugger starts not at the specified line (which is a variable assignment), but below it in the next function call. Is...

### Description of Issue/Question So, with all [these modules](https://github.com/orgs/salt-extensions/projects/5/views/1) being moved out of Salt, it would be good to have а way to bootstrap a Salt Master or Minion with...