Created
May 27, 2015 23:20
-
-
Save AutomationD/daa5a6ac55ec4cadd0c8 to your computer and use it in GitHub Desktop.
Remove java from windows via puppet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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