Steffen Zieger
Steffen Zieger
We might just manage the `/run/sshd` dir as a file resource, on some operating systems. Might be the cleanest fix for this issue.
Something like ``` diff --git a/lib/hypervisor/hv_kvm/__init__.py b/lib/hypervisor/hv_kvm/__init__.py index 4bfad90f4..470ac5ff0 100644 --- a/lib/hypervisor/hv_kvm/__init__.py +++ b/lib/hypervisor/hv_kvm/__init__.py @@ -1869,7 +1869,10 @@ class KVMHypervisor(hv_base.BaseHypervisor): nic_val = "%s" % nic_model netdev = "netdev%d" % nic_seq...
The `package` resource has `ensure => present` set. Setting it to `ensure => latest`, manually removing the file `/tmp/webhook-go.rpm` and triggering a puppet run will upgrade the package to 2.8.0....
The package resource won't do much, if there's no newer package downloaded first. Both `latest` and the version should help, as long as the first issue has been resolved.
Yes, it's planned and I'm doing my best to get there. I'm always happy about reviews of PRs or issues. If you've got the time and knowledge, feel free to...
Thanks for analyzing the reason, what's going on here. Although it's not breaking anything, as the enabled locales will be kept properly, only comments are added back, I'm happy to...