wbuck3

Results 3 comments of wbuck3

For me I added the following to the archive_file for tarball with adoptopenjdk. This would make it extract contents. ```ruby overwrite true not_if { ::Dir.exist?(new_resource.java_home) } ``` This stops it...

For proxmox users, I've successfully used a ubuntu 20.04 container with 384mb (may be able to use as little as 256mb) of RAM. The only issue I saw was net-tools...

Have you tried to url encode? ! = %21, @ = %40 http://urlencoder.org