Closed bellegarde-c closed 1 year ago
I think this is because rexml is an external gem from ruby, and this project needs to add it, instead of previous versions of ruby which included it.
I've the same issue. In my case, I'm using Puppet on Linux, Windows and a FreeBSD machine (pfSense).
As a workaround, I've simply installed the rexml
gem using gem install rexml
.
A better solution might be to check whether the gem is available in the chocolatey module or only include rexml in case of a Windows machine (as it should fail on Windows machines if rexml is missing).
Hey, I am afraid this chocolatey module is only supported on Windows OS.
It may at points be compatible with other OSs however for now we can only address issues in relation to our Supported Oss. Please check out metadata.json
for a list of the OSs we currently support.
Describe the Bug
We are using a puppet server to manage Windows and Linux clients.
Since, chocolatey module has been installed, we have warnings on Linux clients (not fatal)