Hans Rakers

Results 39 comments of Hans Rakers

@alexellis this title change is incorrect. The issue is not with ed25519 keys (well, maybe there is, but this issue is not about that). The issue is that k3sup fails...

I noticed that v5.x.x adds `export ALLOWED_HOST="fqdn.of.host"` to the env. In our case the FQDN of the host does not match the public hostname of the supermarket. This is probably...

I managed to solve this issue by explicitly setting `node['supermarket_omnibus']['config']['allowed_host']` to my supermarket hostname (which i found [here](https://github.com/chef/supermarket/blob/342cf6e773674a0656f344657eae51bf9a6ed817/omnibus/cookbooks/omnibus-supermarket/attributes/default.rb#L364)) ``` # Setting allowed host for supermarket to avoid arbitrary "Host" header...

The same goes for https://get.concerto-signage.org which is mentioned in the documentation/README.

> @hrak looks like replacing shell_out with run_command is now deprecated according to Cookstyle. I know, i described that in the comment above. But shell_out doesn't work with serverspec, that's...

> To be honest. This cookbook really needs an overhaul. I'm fairly sure this isn't going to easily pass any recent cookstyle or spec testing 🤔 Its not that bad...

So what should be the way forward here? You want me to convert the serverspec tests to inspec?

This issue is causing Kafka to fail to start up on Ubuntu due to lack of newlines in `/etc/default/kafka`. When i alter this file to have newlines the service starts...

There are multiple reasons why this is failing on MongoDB > 3.0. First and foremost, as already indicated, authentication is not even enabled by the cookbook if `node['mongodb']['config']['auth'] = true`,...

Since all related PR's are merged ( #12833 #12904 #12905 ) and this issue is rather annoying or even causes problems (f.e. with PostgreSQL that suddenly gets its locale files...