Georg
Georg
Hi, any updates on this? I just noticed this as well upon using `salt --output=progress` on 3004: ``` Traceback (most recent call last): File "/usr/bin/salt", line 9, in salt_main() File...
Thanks for the reply and tip! I'll look into Restic! Unfortunately am not a skilled programmer myself.
Being able to provide a fingerprint as a parameter is very useful for bootstrapping an account. I use a certificate-only IRC bouncer setup - when I configure a new network,...
Thanks a lot for the suggestion. I will try it.
Unfortunately, it does not seem to be valid syntax: ``` Mar 02 16:15:31 orpheus gunicorn[22363]: 'AUTHENTICATION_BACKEND': REMOTE_AUTH_BACKEND, Mar 02 16:15:31 orpheus gunicorn[22363]: NameError: name 'REMOTE_AUTH_BACKEND' is not defined ```
Hi there! Any news on the documentation?
Hi, you can just install the files in your vim's `site` directory. In my case, with NeoVim, I use the following process: ``` cd ~/work/git git clone https://github.com/nfnty/vim-nftables.git cd ~/.local/share/nvim/site/...
We also found this to break our setup, as we heavily use symlinks to install formula state directories. The error message is quite misleading, especially the debug ones pretending the...
Hi, does this still work for you? If I try `host.salt('state.show_sls', ['suse_ha', "pillar={'test': false}"])` it results in a broken command with lots of escaped quotation marks: ``` command=b'sudo /bin/sh -c...
I proposed a patch here: https://github.com/warpnet/salt-lint/pull/318 It is not completely perfect, it would be nice if the `noqa` would apply to all lines inside the multiline string, not just the...