Mattis Haase

Results 12 issues of Mattis Haase

Using 0.3.12 and the following cronjob: `for file in /var/www/myrepo/incoming/*; do /usr/bin/freight add -c /etc/freight-myrepo.conf \$file apt/bionic; done \ && /usr/bin/freight cache -c /etc/freight-myrepo.conf \ && /bin/chown -R www-data:www-data /var/www/myrepo"`...

## Describe the bug We have a system report without a template. We can manually download the report via the UI. Running icingacli reporting schedule run results in this error:...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.13 - Ruby: 2.3.3 - Distribution: Debian 9 - Module version: 6.0.2 ## How to reproduce (e.g Puppet code you...

### What whould you like to see? Im creating two hcloud load balancers: ``` # module.kubernetes-cluster.hcloud_load_balancer_network.control-plane will be created + resource "hcloud_load_balancer_network" "control-plane" { + enable_public_interface = false + id...

enhancement
pinned

### What happened? Changed the type of a server from an ARM one to an x86 one. Terraform output: ``` # module.kubernetes-cluster.hcloud_server.worker[1] will be updated in-place resource "hcloud_server" "worker" {...

bug
pinned
requires: plugin-framework

We upgraded from calico 3.27.0 to 3.27.2 due to https://github.com/projectcalico/calico/issues/8383. We upgraded by upgrading the tigera operator. Everything went smoothly except for calico-node on our arm servers. They go into...

kind/bug
likelihood/high
impact/high

For example, It would be nice If you could block certain log messages directly through puppet/hiera.

Needs more information
Feature

### TL;DR Since btrfs is a supported filesystem for hcloud volumes, it should also be possible to implement PVC snapshots using btrfs snapshots. ### Expected behavior ` VolumeSnapshot` resources should...

enhancement

**Is your feature request related to a problem? Please describe.** When creating a flow that uses an expression policy, an error in the policy causes the last step of the...

enhancement

**Describe the bug** Using kubernetes integration and a proxy outpost, the proxy outpost will create an ingress for every application. That ingress will use http to connect to the outpost....

bug