Max Arnold

Results 81 comments of Max Arnold

Works for me as expected on 3006.8, Ubuntu 22.04: ### MoM * Has `order_masters: true` in `/etc/salt/master` * Runs `salt-master` as salt user * Has `master: localhost` and `id: minion`...

Try it without a syndic first, on a single VM that has master and minion running. That is much simpler to configure and reason about

Have you tried something like that https://salt.tips/patching-salt-modules/#version-aware-override

+1 Minified CSS size went from 207kb for 0.9.4 to 647kb for 1.0.0 (more than tripled!). How to get the same functionality with a similar CSS bundle size?

@opportunity356 И ещё можно как-то запланировать доработку CDN ресурсов? Там очень много [недоделок и багов](https://github.com/search?q=repo%3Ayandex-cloud%2Fterraform-provider-yandex+cdn&type=issues)

Временно обошёл проблему так: ``` resource "yandex_function_trigger" "event_dl" { name = "event-dl" message_queue { queue_id = yandex_message_queue.event_dl.arn service_account_id = var.yc_service_account_id batch_cutoff = 0 batch_size = 10 visibility_timeout = 120 }...

The same happens with `forward_host_header`: ``` ~ options { ~ forward_host_header = false -> true # (19 unchanged attributes hidden) } ```

@kigordeev A workaround you can use: ``` provisioner "local-exec" { interpreter = ["/bin/bash", "-c"] command =

I think we can make new release after fixing these minor contrib bugs: https://github.com/yourlabs/django-cities-light/issues/119 https://github.com/yourlabs/django-cities-light/issues/134 https://github.com/yourlabs/django-cities-light/pull/137 The patch is almost done, the only things left is django-autocomplete-light upgrade and contrib...

I agree that the utils namespace is messy, and its usage is inconsistent: ``` find salt/ -name '*.py' -exec grep -l '__utils__\[' \{\} \; | sort -u | wc -l...