Robin Gruyters
Robin Gruyters
Another good one is: https://github.com/xirixiz/Home-Assistant-Sensor-Afvalwijzer
@fvm2000 I use TLS not SSL. LDAP+TLS is via 389.
Is there a workaround to use this?
Looks like that `puppet-languageserver` is in Mac format. ``` $ cd ~/.local/share/nvim/lsp_servers/puppet ~/.local/share/nvim/lsp_servers/puppet$ cat -e puppet-languageserver #!/usr/bin/env ruby^M$ # frozen_string_literal: true^M$ ^M$ # Add the language server into the load...
Same here: ```bash $ ruby --version ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu] ``` I can run it with `ruby` command, but with a warning: ```bash $ ruby ./puppet-languageserver ruby: warning:...
I use nvim [mason](https://github.com/williamboman/mason.nvim) for LSP package management. which has the following settings: ```json { "secondary_sources": [], "schema_version": "1.0", "primary_source": { "type": "github_release_file", "repo": "puppetlabs/puppet-editor-services", "release": "1.3.0", "file": "https://github.com/puppetlabs/puppet-editor-services/releases/download/1.3.0/puppet_editor_services_1.3.0.zip" },...
@cgwalters I haven't yet tried it to edit yum. For the record I have Centos Atomic Host running. Don't know if that matters.
@cgwalters in https://github.com/projectatomic/rpm-ostree/issues/208#issuecomment-171737861 is a little bit explained about the problem, unfortunately it doesn't make it clear (for me) where and how?
@jlebon thanks for clearing this. Although I have checked but I didn't found a `/etc/yum.conf` on my system. Again to clarify, I have CentOS Atomic Host installed.
We have the same issue in our environment running Consul version 1.15.2 with Nomad version 1.5.2. FWIW, we are setting our agent acl tokens via config. ``` { "acl": {...