Gregor Kališnik

Results 17 comments of Gregor Kališnik

Is there any work-around (without applying the patch) for this?

Not sure if this is part of this issue, or should open a new issue. I am using puppet's CA. Running with puppet 6 I also encountered that puppet is...

Relationships are necessary only when interacting with repository, which is part of infrastructure code. The results would be then up-casted to their respective base classes. I think this is not...

Awsome, thank you.

Using Zabbix 4.0 is failing (using private cahannel). The thing is, that Zabbix 4.0 is using "PrivateTmp", so the file gets mapped to `/var/tmp/systemd-private--zabbix-server.service-` Private channels needs manually hacked uid...

Following the https://github.com/ableev/Zabbix-in-Telegram/wiki/Change-zbx_tg_tmp_dir-in-settings helped :). I would recommend to split persistant and non-persistant data. uid mapping should (I guess) be in `/var/lib/zabbix`, while everything else could be in `/tmp`. Justmy...

I've been looking around. Change detection for exposed ports is completely incorrect. The code checks only for `PortBinding` keys, ignoring `HostIP` and `HostPort` part of port bindings defined in puppet....

By moving from `restart => always` to `systemd_restart => always` switched from "weird" puppet managed docker to use systemd. Everything started to work as expected. Maybe remove the "weird" docker...

Hi. Without default values we are unable to have a simple migration process from old to new schema, because in old schema keys are missing. Eagerly awaiting support for default...