Krzysztof Krzyżaniak

Results 13 comments of Krzysztof Krzyżaniak

terraform does that when you use 'terraform version' ``` $ terraform version Terraform v1.1.3 on linux_amd64 Your version of Terraform is out of date! The latest version is 1.1.9. You...

This feature is very needed, i've connected my three accounts in Nylas Mail and after 3 days it still syncing. That wouldn't be a problem if Inbox has priority in...

Quick hack to prevent upgrade: ``` cd $HOME/.local/share/gnome-shell/extensions/ sudo chattr +i [email protected] ``` make sure that when issue is fixed revert change by ``` cd $HOME/.local/share/gnome-shell/extensions/ sudo chattr -i [email protected]...

See https://github.com/voxpupuli/puppet-elasticsearch/issues/1153

this actually made secrets management unusable with new module

I've created a hackish, drop-in replacement for elasticsearch_keystore provider: https://github.com/psychonaut/puppet-elasticsearch/blob/keystore/lib/puppet/provider/elasticsearch_keystore/ruby.rb - it works but to be honest, I don't like this approach: since in new module there's only one keystore...

Exactly, unless you directly use mpv as binary libmpv2 is enough.

Not really, ``` apt install libmpv-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: libass-dev libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev...

I think a usable package with not perfect dependencies is still better than no package at all.

It's actually not a module fault but a filebeat upgrade fault I suppose, the newer version of filebeat supports only ndjson parsers. I checking my options with this module since...