jeanluc
jeanluc
**What problem does this feature solve?** There is no syntax highlighting for Salt formulae. The causes are: 1. There is no lexer for `*.sls` files. 2. The Jinja lexer is...
First of all, thank you for your work on searx/searxng, I appreciate it very much. I hope this is the correct repository to file the issue since it is visible...
**Description** When ``file.copy`` creates parent directories, [it creates those with file permissions](https://github.com/saltstack/salt/blob/c3b76e45a9b83e3e58cad43de0de980449363b1b/salt/states/file.py#L7483) specified in `mode`. Directories generally should have the executable bit set though when read permissions are granted. **Setup**...
**Description** ``nftables.append`` keeps appending rules that have ``connstate`` set. Edit: This also applies for ``if/of`` with a different cause (``nft list`` does not include ``meta`` before ``iifname/oifname``). Edit2: This also...
I'm trying to install qubes-vpn-support inside a salt state. Currently, I have to install it in the template and manually configure the AppVM when it first starts, write a wrapper...
This removes the hardcoded Hammerspoon config path from the `init.lua` helper and replaces it with `hs.configdir`. I have been using this small modification to the `init.lua` helper for the last...
Having followed the installation instructions, Hammerspoon will complain about missing files when using a custom configuration directory. This is the case for me since I'm trying to force most of...
Currently, the container process runs with root privileges. This cannot be changed, even by specifying PUID/PGID (as suggested in `docker-compose.yml`). This PR migrates to running as an unprivileged user and...
### What does this PR do? Sorry for this huge PR, it is mostly intended to inquire if there is interest to get this merged and get feedback. It definitely...
### What does this PR do? * replaces `datetime.utcnow` with `datetime.now(tz=timezone.utc)` * generally uses TZ-aware datetimes internally * thus also fixes a bug in CRL creation (see linked issue) ###...