Skip to content

Instantly share code, notes, and snippets.

@AutomationD
Created May 27, 2015 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AutomationD/daa5a6ac55ec4cadd0c8 to your computer and use it in GitHub Desktop.
Save AutomationD/daa5a6ac55ec4cadd0c8 to your computer and use it in GitHub Desktop.
Remove java from windows via puppet
puppet apply -e "package {'Java 7 Update 71': ensure => absent} package {'Java 8 Update 31': ensure => absent} package {'Java 8 Update 31 (64-bit)': ensure => absent}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment