Axel Amigo Arnold
Axel Amigo Arnold
I've found a similar issue today in version `7.3.1` and Chef client `15.15.1` on an Ubuntu 18.04 box with the following: ## attributes.rb ```ruby default['nodejs']['version'] = '14.15.5' default['nodejs']['install_method'] = 'binary'...
Ironically, if you destroy the kitchen suite, and then **remove** this line from the attributes: ```ruby default['nodejs']['binary']['checksum'] = 'gatomon' ``` and run converge again, the recipe crashes and shows a...
I can also confirm this issue on Ubuntu 18.04.5 LTS and cookbook version 10.1.1.
Leaving NGINX aside, I can replicate the same behavior when doing `systemctl stop rsyslog`: it gets logged twice in `messages` and `syslog`. Could it be an issue with the [35-server-per-host.conf.erb](https://github.com/chef-cookbooks/rsyslog/blob/master/templates/default/35-server-per-host.conf.erb)...
We ended up having to modify the role (the `datadog.extra_config` section to be precise) as this to get it working: ```diff diff --git a/datadog.json b/datadog.json index 46c4955..25a8231 100644 --- a/datadog.json...
Hi @faichelbaum , thank you very much for this. Could you please attach a **screenshot** of one agent with some modules that use your wrapper? Thanks!
This also happens on Debian/Ubuntu systems. With the following Dockerfile that follows the [installation docs](https://pandorafms.com/docs/index.php?title=Pandora:Documentation_en:Installing#Installation_in_Debian_and_Ubuntu): ```dockerfile FROM debian:stretch RUN echo "deb http://firefly.artica.es/debian/stretch /" >> /etc/apt/sources.list RUN apt-get update -y RUN...
Nice
This is still quite relevant for us. Is there any update on this?
I'm facing a similar issue. This is my prompt, with my schema: In javascript, this code doesn't follow the schema at all. It uses the model, that's for sure, but...