Installing packages on windows minion with salt state files

Advertisements Im trying to install the java jdk package on a windows salt-minion through a salt state file. On linux servers ive got it working fine with packages_to_install: pkg.installed: – pkgs: – java-11-openjdk.x86_64 For the windows servers however this config doesnt work. Trying to search the web for what else is needed has proved fruitless… Read More Installing packages on windows minion with salt state files