Andy Foster
Andy Foster
@michaelklishin There is no corresponding resource for the `erlang_zypper_repository_on_suse_factory` provider. Is this still required? This certainly explains why the suse suite is failing!
All the recipe is doing is installing packages and setting up the service. Replace with `iptables_packages` and `iptables_service` resources.
@shailesh33 should this issue be fixed? I am getting the same `parsed unsupported command 'COMMAND'` error when using redis-cli. I'm unable to issue in-line commands to redis. E.g. `redis-cli -h...
@shailesh33 not a big issue with us as we're going to use it as a back-end for Conductor. Can you point me in the direction of where I might start...
@michaelklishin What do you think to removing all of the logrotate stuff altogether? IMO a rabbitmq cookbook should install and configure rabbitmq and nothing else.
I just came across this, too, using Ubuntu 22.04 base image. The build is run in a standard `sh` shell. When `echo` is invoked from `sh` it will have the...
The server resource calls the client resource, which is why the client is being installed. This is expected behaviour. My guess is that 10.5 is unavailable for the OS version...
I've added: `if node['platform'] == 'ubuntu' && node['platform_version'] == '16.04'` ` execute 'update NFS settings' do` ` command '/usr/lib/systemd/scripts/nfs-utils_env.sh'` ` action :nothing` ` subscribes :run, 'service[nfs-kernel-server]', :before` ` end` `end`...