Dennis Hoppe

Results 62 comments of Dennis Hoppe

@antonbabenko I really tried to avoid introducing breaking changes, but right now I am out of ideas. The resource `aws_autoscaling_group` only allows the argument `launch_template_id` or `launch_template_name`. In that case...

I have an identical setup for _preproduction_ and _production_. At _preproduction_ everything is working as expected, but when I use the link for _Broker List_ or _Topic List_ at _production_,...

This is weird. Forget what I said. I just moved Kafka-Manager to another EC2 instance and now everything is working as expected.

I see the same error message at macOS Ventura 13.1, but the timezone gets configured anyway.

The Travis CI issues are solved via #51.

The Travis CI issues are solved via #51.

I just need an additional parameter to enable/disable the include of class repo.pp. In some cases the user might be interested in using his local mirror instead of the public...

I have the same problem running `terragrunt run-all validate`: ``` remote_state { backend = "s3" disable_init = tobool(get_env("TERRAGRUNT_DISABLE_INIT", "false")) generate = { path = "backend.tf" if_exists = "overwrite_terragrunt" } config...

I am not sure if this module should be able to configure ```/etc/crypto-policies/back-ends/opensshserver.config``` or just add the module ```camptocamp/puppet-systemd``` to get rid of the variable ```$CRYPTO_POLICY```.

I already did. If I comment out the entry in ```/etc/sysconfig/sshd```, the values from ```/etc/ssh/sshd_config``` are applied correctly.